mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
This will no longer log an error if the room type of the received message is neither "video" nor "screen". However, that should never happen, and it would be useful only while debugging, so it is fine to lose that. Note that the check is not added to SignalingMessageReceiver itself to keep it as generic as possible (and due to the low value of adding it as explained above). Nevertheless, if needed in the future it would be possible to add a special listener that receives raw messages in order to validate them and log the errors, if any. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |