Use full title mode for now

This commit is contained in:
ismailgulek
2021-11-11 15:02:01 +03:00
parent e49020042c
commit d3d2e262e6
@@ -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