We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70a0c5 commit 8f72798Copy full SHA for 8f72798
app/src/main/java/com/nextcloud/talk/conversationlist/ConversationsListActivity.kt
@@ -320,9 +320,8 @@ class ConversationsListActivity :
320
currentUser?.capabilities?.spreedCapability?.let { spreedCapabilities ->
321
if (hasSpreedFeatureCapability(spreedCapabilities, SpreedFeatures.UNIFIED_SEARCH)) {
322
searchHelper = MessageSearchHelper(
323
- unifiedSearchRepository,
324
- currentUser!!,
325
- ""
+ unifiedSearchRepository = unifiedSearchRepository,
+ currentUser = currentUser!!
326
)
327
}
328
0 commit comments