Fix deserialization of redacted aliases events#128
Conversation
|
Nice! :D |
jplatte
left a comment
There was a problem hiding this comment.
I really don't want us hardcoding specific event types into the macro code. I guess we could always fall back to deserializing from an empty object instead of doing that only for m.room.aliases. That doesn't feel like a very clean solution though. Ideas? ^^°
|
Yeah I kinda figured you wouldn't be thrilled with that. Well after thinking about it all evening yesterday the only thing I came up with was adding another trait method to Also documenting that the |
Okay, maybe we should just go at this in fully generality. I think that would mean adding
Actually, since we only need |
9761860 to
511cc8c
Compare
jplatte
left a comment
There was a problem hiding this comment.
Just two doc tiny errors that I will apply, this is looking good.
|
GitHub is having issues, I rebased/squashed and pushed manually. |
|
Cool! |
I split the first commit into 2, I got the hang of I think!