Permalimks: Use the beta path of the web app instead of /develop

This commit is contained in:
manuroe
2016-05-09 10:23:46 +02:00
parent 447de39743
commit 7437aa6a9a
5 changed files with 17 additions and 9 deletions
+1 -4
View File
@@ -1329,11 +1329,8 @@
[strongSelf cancelEventSelection];
// Create a permalink that is common to all Vector.im clients
// FIXME: When available, use the prod Vector web app URL
NSString *webAppUrl = [[NSUserDefaults standardUserDefaults] objectForKey:@"webAppUrlDev"];
NSString *permalink = [NSString stringWithFormat:@"%@/#/room/%@/%@",
webAppUrl,
[Tools webAppUrl],
selectedEvent.roomId,
selectedEvent.eventId];