matrix-org / twim-o-matic

Can be used to help produce new editions of This Week in Matrix
7 stars 7 forks source link

fix: Make sure to also track redactions of reactions #27

Closed MTRNord closed 3 years ago

MTRNord commented 3 years ago

Fixes #7 Fixes #8

MTRNord commented 3 years ago

Note: This changes the state event format!

Instead of just event ids this now needs state events of this format:

 {
    "event": "$tSVoeuHm-i0MVI95TCutyvX0od3OcChf7J9pZtU-2sk",
    "reaction_event": "$Kquf2BnT9CwGYVz01p_7-_UHrPLCGiwpOVNifayL1KI"
}

This is required to track what the reaction that got redacted did. The server obviously doesnt tell us this.