mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Added thread to main log
This commit is contained in:
@@ -58,6 +58,7 @@ public class EntityLog {
|
||||
public Long time;
|
||||
@NonNull
|
||||
public Type type = Type.General;
|
||||
public Long thread;
|
||||
public Long account;
|
||||
public Long folder;
|
||||
public Long message;
|
||||
@@ -127,6 +128,7 @@ public class EntityLog {
|
||||
final EntityLog entry = new EntityLog();
|
||||
entry.time = new Date().getTime();
|
||||
entry.type = type;
|
||||
entry.thread = Thread.currentThread().getId();
|
||||
entry.account = account;
|
||||
entry.folder = folder;
|
||||
entry.message = message;
|
||||
|
||||
Reference in New Issue
Block a user