hyperlink mxids and room aliases: open room when clicking on a room id or room alias #442

Do nothing with click on event id because we cannot know the id of the room it belongs to.
This commit is contained in:
manuroe
2016-08-26 16:16:49 +02:00
parent e9f8659290
commit 14f63a0ff6
2 changed files with 11 additions and 1 deletions
-1
View File
@@ -37,7 +37,6 @@
self.eventFormatter.treatMatrixUserIdAsLink = YES;
self.eventFormatter.treatMatrixRoomIdAsLink = YES;
self.eventFormatter.treatMatrixRoomAliasAsLink = YES;
self.eventFormatter.treatMatrixEventIdAsLink = YES;
// Handle timestamp and read receips display at Vector app level (see [tableView: cellForRowAtIndexPath:])
self.useCustomDateTimeLabel = YES;