Use TupleKey(ObjectKey-AccountId-UserName) to store data to hive
(cherry picked from commit e0ace535d5f3af71eb13598d92524caf2c6d9bbf)
This commit is contained in:
@@ -85,5 +85,5 @@ abstract class EmailRepository {
|
||||
|
||||
Future<bool> deleteEmailPermanently(Session session, AccountId accountId, EmailId emailId);
|
||||
|
||||
Future<jmap.State?> getEmailState(AccountId accountId);
|
||||
Future<jmap.State?> getEmailState(Session session, AccountId accountId);
|
||||
}
|
||||
Reference in New Issue
Block a user