Skip to content

Commit

Permalink
add notifications to m.room.power_levels
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Dec 27, 2024
1 parent 3aa6ad1 commit b7c854d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/events/m.room.power_levels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export interface RoomPowerLevelsEvent extends EventBase {
redact: number;
invite: number;
historical: number;
notifications?: {
[key: string]: number;
};
};
unsigned?: {
age_ts: number;
Expand Down

0 comments on commit b7c854d

Please sign in to comment.