AppDelegate - Groups: handle links to groups

This commit is contained in:
Giom Foret
2017-12-31 16:24:47 +01:00
parent 5f65b5a887
commit 02d1ae9013
3 changed files with 66 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@
self.eventFormatter.treatMatrixUserIdAsLink = YES;
self.eventFormatter.treatMatrixRoomIdAsLink = YES;
self.eventFormatter.treatMatrixRoomAliasAsLink = YES;
self.eventFormatter.treatMatrixGroupIdAsLink = YES;
// Apply the event types filter to display only the wanted event types.
self.eventFormatter.eventTypesFilterForMessages = [MXKAppSettings standardAppSettings].eventsFilterForMessages;