Created
December 4, 2017 03:25
-
-
Save kscz/fcbf61a713c47491431933fd2b17d425 to your computer and use it in GitHub Desktop.
Issue with modeling in serde
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"origin_server_ts": 1512357670852, | |
"sender": "@kit:example.com", | |
"event_id": "$15123576704435ruveN:example.com", | |
"unsigned": { | |
"age": 12377 | |
}, | |
"content": { | |
"body": "previous message redacted as a test", | |
"msgtype": "m.text" | |
}, | |
"type": "m.room.message" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"origin_server_ts": 1512357552733, | |
"sender": "@kit:example.com", | |
"event_id": "$15123575524433DhyJd:example.com", | |
"unsigned": { | |
"age": 130496, | |
"redacted_by": "$15123575574434ZOAuz:example.com", | |
"redacted_because": { | |
"origin_server_ts": 1512357557654, | |
"sender": "@kit:example.com", | |
"event_id": "$15123575574434ZOAuz:example.com", | |
"unsigned": { | |
"age": 125575 | |
}, | |
"content": {}, | |
"redacts": "$15123575524433DhyJd:example.com", | |
"type": "m.room.redaction" | |
} | |
}, | |
"content": {}, | |
"type": "m.room.message" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment