quotient-im / libQuotient

A Qt library to write cross-platform clients for Matrix
https://quotient-im.github.io/libQuotient/
GNU Lesser General Public License v2.1
132 stars 56 forks source link

Clean up the rest of the User stuff around connection #746

Closed nvrWhere closed 4 months ago

nvrWhere commented 4 months ago

This finishes the cleanup from moving to RoomMember. All direct chat interfaces are now using userId rather than User.

DirectChatUsers is completely removed as it's replaced by DirectChatMembers.