Use full title mode for now

This commit is contained in:
ismailgulek
2021-11-11 15:02:01 +03:00
parent 5f00bef27b
commit 398431c44a
@@ -110,6 +110,9 @@ class ThreadRoomTitleView: RoomTitleView {
if room.mxSession.threadingService.thread(withId: threadId) == nil {
// thread not created yet
mode = .partial
// use full mode for every case for now
// TODO: Fix in future
mode = .full
} else {
// thread created before
mode = .full