mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Add fallthrough
This commit is contained in:
parent
1f6f61852a
commit
86b5bf6ab2
|
|
@ -127,6 +127,7 @@ func SendMembership(
|
|||
returnData = struct {
|
||||
RoomID string `json:"room_id"`
|
||||
}{roomID}
|
||||
fallthrough
|
||||
default:
|
||||
_, err = producer.SendEvents(
|
||||
req.Context(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue