Feature - Converting existing rooms to/from DMs

#715

- 'Start chat' in the Member Details page should instead list the rooms you have in common with the user, as per vector-web.
This commit is contained in:
giomfo
2016-11-02 14:32:02 +01:00
parent 92b816b48c
commit c13c7da6d0
18 changed files with 617 additions and 167 deletions
@@ -626,7 +626,7 @@
{
[self startActivityIndicator];
[room setIsDirect:isDirect success:^{
[room setIsDirect:isDirect withUserId:nil success:^{
[self stopActivityIndicator];