Skip to content

Commit

Permalink
Merge pull request #36726 from Expensify/room-description-message
Browse files Browse the repository at this point in the history
Add UPDATEROOMDESCRIPTION report action type
  • Loading branch information
jasperhuangg authored Feb 16, 2024
2 parents ee00b67 + 06dcc04 commit 6dab905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ const CONST = {
INVITE_TO_ROOM: 'INVITETOROOM',
REMOVE_FROM_ROOM: 'REMOVEFROMROOM',
LEAVE_ROOM: 'LEAVEROOM',
UPDATE_ROOM_DESCRIPTION: 'UPDATEROOMDESCRIPTION',
},
UNHOLD: 'UNHOLD',
},
Expand Down

0 comments on commit 6dab905

Please sign in to comment.