MSC4426 defines m.status and m.call fields on the user profile. We should add support for getting and setting these fields and include them in the various user profile types found throughout the SDK. Specifically at the FFI layer:
RoomMemberDetails (to show in the room member list)
ProfileDetails (to show in the timeline)
- The main SDK's
Account for showing ownUser's status.
Ruma already supports custom user profile fields but does not yet contain the structs for these 2 specific fields.
MSC4426 defines
m.statusandm.callfields on the user profile. We should add support for getting and setting these fields and include them in the various user profile types found throughout the SDK. Specifically at the FFI layer:RoomMemberDetails(to show in the room member list)ProfileDetails(to show in the timeline)Accountfor showingownUser's status.Ruma already supports custom user profile fields but does not yet contain the structs for these 2 specific fields.