1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Enhance thread awareness to recognise the type of messages that are not able to be send as a reply such as images, videos, audios, stickers

This commit is contained in:
ariskotsomitopoulos
2021-12-16 22:03:42 +02:00
parent dca5bea744
commit a187e0ec33
2 changed files with 24 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ project(":diff-match-patch") {
// Global configurations across all modules
ext {
isThreadingEnabled = true
isThreadingEnabled = false
}
//project(":matrix-sdk-android") {