feat: Display presences in the app
This commit is contained in:
parent
a3db754b85
commit
7930150cb4
12 changed files with 187 additions and 33 deletions
|
|
@ -43,6 +43,7 @@ class SeenByRow extends StatelessWidget {
|
|||
name: user.calcDisplayname(),
|
||||
size: 16,
|
||||
fontSize: 9,
|
||||
presenceUserId: user.stateKey,
|
||||
),
|
||||
),
|
||||
if (seenByUsers.length > maxAvatars)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue