Skip to content

Commit

Permalink
user proper id for mention
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger committed Sep 21, 2023
1 parent b9f94ca commit 40075da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class FilterConversationFragment(
conversationsListActivity: ConversationsListActivity
) = FilterConversationFragment(savedFilterState, conversationsListActivity)
val TAG: String = FilterConversationFragment::class.java.simpleName
const val MENTION: String = "TestmentionTest"
const val MENTION: String = "mention"
const val UNREAD: String = "unread"
}
}

0 comments on commit 40075da

Please sign in to comment.