Route TeamSync team creation through coordinator
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ bool enabled();
|
||||
bool relay_team_chat_enabled();
|
||||
bool relay_team_actions_enabled();
|
||||
|
||||
void enqueue_team_create(const std::string& team_name, uint32_t creator_account_id, const std::string& creator_name);
|
||||
bool enqueue_team_create(const std::string& team_name, uint32_t creator_account_id, const std::string& creator_name);
|
||||
asio::awaitable<bool> exchange_once_now();
|
||||
|
||||
using CanonicalTeamStateCallback = std::function<void(const phosg::JSON&)>;
|
||||
void set_canonical_team_state_callback(CanonicalTeamStateCallback cb);
|
||||
|
||||
Reference in New Issue
Block a user