mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-18 04:13:10 -06:00
Typo
This commit is contained in:
parent
21904bc2cf
commit
42a9000d4d
|
|
@ -166,7 +166,7 @@ func (d *Database) createAccount(
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := d.accountDatas.insertAccountData(ctx, txn, localpart, "", "m.push.rules", `{
|
if err := d.accountDatas.insertAccountData(ctx, txn, localpart, "", "m.push_rules", `{
|
||||||
"global": {
|
"global": {
|
||||||
"content": [],
|
"content": [],
|
||||||
"override": [],
|
"override": [],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue