mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd:Ⓜ️:homeserver: Workaround for json::member template nested brace initializer issue.
This commit is contained in:
parent
a9ef8744b3
commit
c2e5ede3ec
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
}}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue