···4848 return receiversForShotgunOpens(message)
4949 case EventShotgunClosesSoon:
5050 return receiversForShotgunCloses(message)
5151+ case EventTest:
5252+ return []string{}, fmt.Errorf("test event is for subscriptions, not users")
5153 }
52545355 // For other events, assume the message churros object id is the user id