-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Study impact of Spaces activation #805
Comments
Search for comment In LegacyAppDelegate properties:
In LegacyAppDelegate:application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions:
In LegacyAppDelegate:handleUniversalLink:(NSUserActivity *)userActivity:
-> It should prevent to access a Space via an external universal link. In LegacyAppDelegate methods:
-> It should prevent to preview or open a Space. In RecentsViewController:
-> It shuold prevent to list or preview Spaces in RecentsViewController In RoomViewController:
-> It should prevent to join or open a Space from a link in a room. In SideMenuCoordinator:
-> It should prevent to create a Space, add a room to a Space, display Space settings or invite someone to a Space. In SpaceCreationEmailInvitesService:
In SpaceSettingsModalCoordinator:
-> It should prevent to display functionnalities about Spaces. But the SpaceSettings controller should not be called because of previously listed restrictions. |
@NicolasBuquet on ne veut pas de création d'espace sur iOS pour le moment |
Spaces will be activated on web client. Study possible impact on mobile client.
Is it worth activating button "Change space"?
If the account is already using spaces (created via the web client or via an alternative Element mobile client), its spaces count is >= 1, an option to create Spaces is listed in bottom right button " + ":
It leads to the following screen:
If the account is not already using Space, Spaces are not mentioned:
The text was updated successfully, but these errors were encountered: