0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd:Ⓜ️:homeserver: Workaround for json::member template nested brace initializer issue.

This commit is contained in:
Jason Volk 2020-10-01 18:00:46 -07:00
parent a9ef8744b3
commit c2e5ede3ec

View file

@ -406,7 +406,7 @@ ircd::m::homeserver::key::key(const struct opts &opts)
{
{ public_key_id, json::member
{
"key", public_key_b64
"key", string_view{public_key_b64}
}}
}
};