Skip to content
Snippets Groups Projects
Verified Commit 5de6beed authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes #147

parent 52a28862
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,9 @@ class QuasseldroidNotificationManager @Inject constructor(private val context: C
.setName(selfInfo.nick)
.setIcon(IconCompat.createWithBitmap(bitmapFromDrawable(selfInfo.avatar)))
.build()
).setConversationTitle(bufferInfo.bufferName)
)
.setGroupConversation(!bufferInfo.type.hasFlag(Buffer_Type.QueryBuffer))
.setConversationTitle(bufferInfo.bufferName)
.also {
for (notification in notifications) {
it.addMessage(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment