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 {
|
returnData = struct {
|
||||||
RoomID string `json:"room_id"`
|
RoomID string `json:"room_id"`
|
||||||
}{roomID}
|
}{roomID}
|
||||||
|
fallthrough
|
||||||
default:
|
default:
|
||||||
_, err = producer.SendEvents(
|
_, err = producer.SendEvents(
|
||||||
req.Context(),
|
req.Context(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue