mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
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:
@@ -626,7 +626,7 @@
|
||||
{
|
||||
[self startActivityIndicator];
|
||||
|
||||
[room setIsDirect:isDirect success:^{
|
||||
[room setIsDirect:isDirect withUserId:nil success:^{
|
||||
|
||||
[self stopActivityIndicator];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user