0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-03 16:28:58 +02:00
This commit is contained in:
Erik Johnston 2017-11-29 09:48:55 +00:00
parent 330628ed29
commit cc12fc930a

View file

@ -57,7 +57,7 @@ func BuildEvent(
return &event, nil
}
// AddPrevEventsToEvent fills out the prev_events and auth_events fields in EventBuilder
// AddPrevEventsToEvent fills out the prev_events and auth_events fields in builder
func AddPrevEventsToEvent(
ctx context.Context,
builder *gomatrixserverlib.EventBuilder,