New invite user to room dialog (#2460)

* fix 0 displayed in invite with no timestamp

* support displaying invite reason for receiver

* show invite reason as compact message

* remove unused import

* revert: show invite reason as compact message

* remove unused import

* add new invite prompt
This commit is contained in:
Ajay Bura
2025-08-24 18:04:21 +05:30
committed by GitHub
parent c881b59957
commit 13cdcbcdb1
10 changed files with 434 additions and 56 deletions

View File

@@ -0,0 +1 @@
export * from './InviteUserPrompt';