Fix closed group profile pictures & mentions

This commit is contained in:
nielsandriesse
2020-05-30 08:53:00 +10:00
parent e515b4acb5
commit 6c4b3b0fff
6 changed files with 27 additions and 21 deletions

View File

@@ -463,7 +463,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
return Unit.INSTANCE;
});
MentionManagerUtilities.INSTANCE.populateUserHexEncodedPublicKeyCacheIfNeeded(threadId, this);
MentionManagerUtilities.INSTANCE.populateUserPublicKeyCacheIfNeeded(threadId, this);
LokiPublicChat publicChat = DatabaseFactory.getLokiThreadDatabase(this).getPublicChat(threadId);
if (publicChat != null) {