mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
more review comments
This commit is contained in:
parent
4ad5566759
commit
696f96c585
|
|
@ -150,6 +150,6 @@ func writeEvent(event gomatrixserverlib.Event) {
|
|||
panic(err)
|
||||
}
|
||||
} else {
|
||||
panic(fmt.Errorf("Format %q is not valid, must be %q or %q", format, "RAW", "INPUT"))
|
||||
panic(fmt.Errorf("Format %q is not valid, must be %q or %q", format, "InputRoomEvent", "Event"))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue