-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change events to be pointers and fix goals
Closes #15 Reasoning for making some fields not be pointers EventChannelSubscriptionMessage - StreakMonths is null if privacy setting is set. 0 matches the assumption of it not being sent EventChannelCheer - All user info could be null. Gonna make an exception that composed structs shouldn't be pointers. Also a quick test of composing *User would still make the values not a pointer. EventUserAuthorizationRevoke - UserLogin and UserName could be null if user does not exist. Not making a pointer as stated above EventChannelWarningSend - Reason is optional. leaving empty string EventChannelUnbanRequestResolve - ResolutionText is optional. leaving empty string
- Loading branch information
Showing
2 changed files
with
98 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters