Skip to content

Commit

Permalink
feat: include removedBy to IUserLeaveContext (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh authored Jul 10, 2024
1 parent d953846 commit dfcbd7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/definition/rooms/IRoomUserLeaveContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ export interface IRoomUserLeaveContext {
* The room that the user is leaving
*/
room: IRoom;

/**
* The user that removed the room member
*/
removedBy?: IUser;
}

0 comments on commit dfcbd7a

Please sign in to comment.