This repository has no description
0

Configure Feed

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

fix(events/new_post): "unknown post visiblity" when processing GroupRestricted posts (Closes #3)

+1
+1
users.go
··· 105 105 for _, member := range post.Group().Members() { 106 106 userIds = append(userIds, member.MemberID) 107 107 } 108 + return 108 109 } 109 110 110 111 return userIds, fmt.Errorf("unknown post visibility %q", post.Visibility)