Get spam mailbox cache by AccountId
(cherry picked from commit c35685bf34f5f4fbf28c4cbca9842c20dee61ffc)
This commit is contained in:
@@ -61,7 +61,7 @@ class SpamReportRepositoryImpl extends SpamReportRepository {
|
||||
}
|
||||
|
||||
@override
|
||||
Future<Mailbox> getSpamMailboxCached() {
|
||||
return mapDataSource[DataSourceType.cache]!.getSpamMailboxCached();
|
||||
Future<Mailbox> getSpamMailboxCached(AccountId accountId) {
|
||||
return mapDataSource[DataSourceType.cache]!.getSpamMailboxCached(accountId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user