Skip to content

Commit

Permalink
Merge pull request #13 from rjrudman/patch-2
Browse files Browse the repository at this point in the history
Add a few more descriptions to event types.
  • Loading branch information
ArcticEcho authored Dec 1, 2018
2 parents be5ab46 + d97d87b commit d9617b0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions SharpExchange/Chat/Events/EventType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ public enum EventType
MessageStarToggled = 6,

/// <summary>
/// No idea.
/// No idea. Browser simply logs the content of this event.
/// </summary>
DebugMessage = 7,

/// <summary>
/// The current account has been mentioned (@Username) in a message.
/// The current account has been mentioned (@Username) in a message. May originate from another room.
/// </summary>
UserMentioned = 8,

Expand All @@ -70,12 +70,13 @@ public enum EventType
ModeratorFlag = 12,

/// <summary>
/// No idea.
/// User is ignored or un-ignored.
/// </summary>
UserSettingsChanged = 13,

/// <summary>
/// No idea.
/// Notifications displayed as a banner in a room. Does not include room invitations.
/// For example, room events starting.
/// </summary>
GlobalNotification = 14,

Expand All @@ -85,7 +86,7 @@ public enum EventType
UserAccessLevelChanged = 15,

/// <summary>
/// No idea.
/// Not sure which events trigger this. Behaves the same as GlobalNotification in the web browser.
/// </summary>
UserNotification = 16,

Expand All @@ -95,7 +96,7 @@ public enum EventType
RoomInvitation = 17,

/// <summary>
/// Someone has posted a direct reply to a message posted by this account.
/// Someone has posted a direct reply to a message posted by this account. May originate from another room.
/// </summary>
MessageReply = 18,

Expand All @@ -115,7 +116,7 @@ public enum EventType
TimeBreak = 21,

/// <summary>
/// No idea.
/// New item in the room's feed ticker received.
/// </summary>
FeedTicker = 22,

Expand Down

0 comments on commit d9617b0

Please sign in to comment.