mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd:Ⓜ️ Minor reorder pretty(event) top_keys.
This commit is contained in:
parent
471c08a41e
commit
5377d46ec5
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ ircd::m::pretty(std::ostream &s,
|
|||
|
||||
const string_view top_keys[]
|
||||
{
|
||||
"origin",
|
||||
"event_id",
|
||||
"room_id",
|
||||
"sender",
|
||||
"type",
|
||||
"origin",
|
||||
"depth",
|
||||
"type",
|
||||
"state_key",
|
||||
"redacts",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue