Always use resolveResource instead of enterRoom or EnterSpaceHome

This commit is contained in:
James Graham
2024-01-24 20:26:21 +00:00
parent 35c68a6de1
commit bb566e3c7b
19 changed files with 69 additions and 170 deletions

View File

@@ -136,13 +136,6 @@ public:
*/
Q_INVOKABLE void loadInitialRoom();
/**
* @brief Enter the given room.
*
* This method will tell NeoChat to open the message list with the given room.
*/
Q_INVOKABLE void enterRoom(NeoChatRoom *room);
/**
* @brief Open a new window with the given room.
*
@@ -155,13 +148,6 @@ public:
*/
Q_INVOKABLE void leaveRoom(NeoChatRoom *room);
/**
* @brief Enter the home page of the given space.
*
* This method will tell NeoChat to open the home page for the given space.
*/
Q_INVOKABLE void enterSpaceHome(NeoChatRoom *spaceRoom);
/**
* @brief Knock a room.
*