Skip to content

Commit 481c00e

Browse files
committed
Limit increased from 20 to 300
1 parent 4f3ed22 commit 481c00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/conversation/v2/mention/MentionViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class MentionViewModel(
111111
}
112112
recipient.isCommunityRecipient -> mmsSmsDatabase.getRecentChatMemberAddresses(
113113
threadID,
114-
20
114+
300
115115
)
116116
recipient.isContactRecipient -> listOf(recipient.address.toString())
117117
else -> listOf()

0 commit comments

Comments
 (0)