You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImageInfo extends from FileInfo which includes bits for encrypted files. However, m.room.avatar is a state event. So encrypting it is pointless because room state itself is not encrypted.
ImageInfo
extends fromFileInfo
which includes bits for encrypted files. However,m.room.avatar
is a state event. So encrypting it is pointless because room state itself is not encrypted.See also matrix-org/matrix-spec#562 and ruma/ruma#397.
The text was updated successfully, but these errors were encountered: