Open TobiasFella opened 1 year ago
Ooph...
While rebasing the per-connection E2EE code a couple of hours ago, it occurred to me that holding Megolm keys in a dictionary inside the ConnectionEncryptionData
object might make the Room
code less cumbersome. This is apparently the case to move those keys there and store them whether a room with a given id exists or not.