Better invites management (#2336)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sat, 24 May 2025 14:37:56 +0000 (20:07 +0530)
committerGitHub <noreply@github.com>
Sat, 24 May 2025 14:37:56 +0000 (20:07 +0530)
commit206ed33516f242decfb488841542ce7566fecd3b
treed1248e2ec03b438ad88ec10fcf238422ff2884f9
parent0d27bde33e98ff516d2a6cbbeec5517fee464c36
Better invites management (#2336)

* move block users to account settings

* filter invites and add more options

* add better rate limit recovery in rateLimitedActions util function
18 files changed:
package-lock.json
package.json
src/app/components/page/Page.tsx
src/app/components/page/style.css.ts
src/app/features/message-search/MessageSearch.tsx
src/app/features/settings/account/Account.tsx
src/app/features/settings/account/ContactInfo.tsx [new file with mode: 0644]
src/app/features/settings/account/IgnoredUserList.tsx [new file with mode: 0644]
src/app/features/settings/account/MatrixId.tsx [new file with mode: 0644]
src/app/features/settings/account/Profile.tsx [new file with mode: 0644]
src/app/features/settings/notifications/IgnoredUserList.tsx [deleted file]
src/app/features/settings/notifications/Notifications.tsx
src/app/hooks/useReportRoomSupported.ts [new file with mode: 0644]
src/app/pages/client/inbox/Inbox.tsx
src/app/pages/client/inbox/Invites.tsx
src/app/plugins/bad-words.ts [new file with mode: 0644]
src/app/utils/matrix.ts
src/app/utils/room.ts