talk-android/app
Daniel Calviño Sánchez 5e224c5a24 Use listener for participant list messages
Note that the thread used to handle the participant list messages from
the external signaling server does not change; the EventBus subscriber
mode was "BACKGROUND", but as the message was posted from a WebSocket
handler, which runs in a worker thread rather than in the main thread,
the subscriber was executed in the same thread as the poster.

Also note that the removed "userId" remark was not fully accurate;
although some external signaling messages do actually use "userid" those
currently handled to process the users do not, they always use "userId"
(as documented in the SignalingMessageReceiver).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-12-23 20:44:41 +01:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase
src Use listener for participant list messages 2022-12-23 20:44:41 +01:00
build.gradle Bump android-database-sqlcipher from 4.5.2 to 4.5.3 2022-12-21 09:36:48 +00:00
lint.xml
proguard-rules.pro