turn force refresh back on

This commit is contained in:
Christien Rioux 2023-11-05 21:15:43 -05:00
parent 656bfbdfa4
commit e02e96a65d
2 changed files with 2 additions and 2 deletions

View file

@ -180,7 +180,7 @@ class BackgroundTickerState extends ConsumerState<BackgroundTicker> {
activeAccountInfo: activeAccountInfo,
remoteIdentityPublicKey: remoteIdentityPublicKey,
remoteConversationRecordKey: remoteConversationRecordKey);
if (newMessages != null) {
if (newMessages != null && newMessages.isNotEmpty) {
final changed = await mergeLocalConversationMessages(
activeAccountInfo: activeAccountInfo,
localConversationRecordKey: localConversationRecordKey,