handlematrix: implement RoomAvatarHandlingNetworkAPI

This commit is contained in:
1Conan
2025-11-26 01:24:01 +08:00
parent 74a5dfccd5
commit b9d19a3aad
2 changed files with 59 additions and 1 deletions
+2 -1
View File
@@ -229,7 +229,8 @@ func (t *TelegramClient) GetCapabilities(ctx context.Context, portal *bridgev2.P
Timers: telegramTimers,
},
State: event.StateFeatureMap{
event.StateRoomName.Type: {Level: event.CapLevelFullySupported},
event.StateRoomName.Type: {Level: event.CapLevelFullySupported},
event.StateRoomAvatar.Type: {Level: event.CapLevelFullySupported},
},
}
// TODO non-admins can only edit messages within 48 hours