0
0
Fork 0
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:
Jason Volk 2019-07-21 16:06:41 -07:00
parent 471c08a41e
commit 5377d46ec5

View file

@ -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",
};