Add TeamSync member name and points updates
This commit is contained in:
@@ -32,10 +32,12 @@ void configure_from_json(const phosg::JSON& json);
|
||||
|
||||
bool enabled();
|
||||
bool relay_team_chat_enabled();
|
||||
bool relay_team_points_enabled();
|
||||
bool relay_team_actions_enabled();
|
||||
|
||||
bool enqueue_team_create(const std::string& team_name, uint32_t creator_account_id, const std::string& creator_name);
|
||||
bool enqueue_team_member_add(uint32_t team_id, uint32_t account_id, const std::string& name);
|
||||
bool enqueue_team_member_update(uint32_t account_id, const std::string& name, int64_t points_delta);
|
||||
bool enqueue_team_member_remove(uint32_t account_id);
|
||||
asio::awaitable<bool> exchange_once_now();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user