mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
Avoid 'preceeded'
This commit is contained in:
parent
c7c97af3da
commit
3d61e0ba13
|
|
@ -57,7 +57,7 @@ func (c *RoomserverProducer) SendEvents(events []gomatrixserverlib.Event) error
|
|||
}
|
||||
|
||||
// SendEventWithState writes an event with KindNew to the roomserver input log
|
||||
// preceeded by the state at the event as KindOutlier.
|
||||
// with the state at the event as KindOutlier before it.
|
||||
func (c *RoomserverProducer) SendEventWithState(state gomatrixserverlib.RespState, event gomatrixserverlib.Event) error {
|
||||
outliers, err := state.Events()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue