| Línea 34... |
Línea 34... |
| 34 |
use features\matrix\update_room_name_v3;
|
34 |
use features\matrix\update_room_name_v3;
|
| 35 |
use features\matrix\update_room_topic_v3;
|
35 |
use features\matrix\update_room_topic_v3;
|
| 36 |
use features\matrix\upload_content_v3;
|
36 |
use features\matrix\upload_content_v3;
|
| 37 |
use features\matrix\update_room_power_levels_v3;
|
37 |
use features\matrix\update_room_power_levels_v3;
|
| 38 |
use features\matrix\get_room_powerlevels_from_sync_v3;
|
38 |
use features\matrix\get_room_powerlevels_from_sync_v3;
|
| - |
|
39 |
use features\matrix\get_room_power_levels_v3;
|
| Línea 39... |
Línea 40... |
| 39 |
|
40 |
|
| 40 |
// We use the Synapse API here because it can invite users to a room without requiring them to accept the invite.
|
41 |
// We use the Synapse API here because it can invite users to a room without requiring them to accept the invite.
|
| Línea 41... |
Línea 42... |
| 41 |
use features\synapse\invite_member_to_room_v1;
|
42 |
use features\synapse\invite_member_to_room_v1;
|