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

Show notifications loaded on init always (fixed bug due to threading)

parent a4505d60
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ class QuasselNotificationBackend @Inject constructor( ...@@ -127,7 +127,7 @@ class QuasselNotificationBackend @Inject constructor(
Message_Type.Notice).toInt(), Message_Type.Notice).toInt(),
0 0
) { ) {
processMessages(session, false, *it.toTypedArray()) processMessages(session, true, *it.toTypedArray())
false false
} }
} }
...@@ -141,7 +141,7 @@ class QuasselNotificationBackend @Inject constructor( ...@@ -141,7 +141,7 @@ class QuasselNotificationBackend @Inject constructor(
Message_Type.Notice).toInt(), Message_Type.Notice).toInt(),
Message_Flag.of(Message_Flag.Highlight).toInt() Message_Flag.of(Message_Flag.Highlight).toInt()
) { ) {
processMessages(session, false, *it.toTypedArray()) processMessages(session, true, *it.toTypedArray())
false false
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment