This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: map more event types to channels

+5
+5
churros.go
··· 92 92 case EventNewComment: 93 93 return db.NotificationChannelComments 94 94 case EventGodchildRequest: 95 + case EventGodchildAccepted: 96 + case EventGodchildRejected: 95 97 return db.NotificationChannelGodparentRequests 98 + case EventShotgunClosesSoon: 99 + case EventShotgunOpensSoon: 100 + return db.NotificationChannelShotguns 96 101 } 97 102 98 103 return db.NotificationChannelOther