-
- Downloads
presence: implement frontend logic for user activity status
Users can now easily see whether another user is active or not. Change-Id: I7df9811de1c5f2742b7c87ac245674def12d1243
Showing
- client/src/components/ConversationAvatar.tsx 22 additions, 7 deletionsclient/src/components/ConversationAvatar.tsx
- client/src/components/ConversationPreferences.tsx 1 addition, 1 deletionclient/src/components/ConversationPreferences.tsx
- client/src/components/ConversationSummaryList.tsx 1 addition, 0 deletionsclient/src/components/ConversationSummaryList.tsx
- client/src/contexts/PresenceProvider.tsx 69 additions, 0 deletionsclient/src/contexts/PresenceProvider.tsx
- client/src/router.tsx 10 additions, 7 deletionsclient/src/router.tsx
- server/src/services/ConversationService.ts 5 additions, 0 deletionsserver/src/services/ConversationService.ts
- server/src/services/PresenceService.ts 63 additions, 0 deletionsserver/src/services/PresenceService.ts
- server/src/websocket/websocket-server.ts 6 additions, 1 deletionserver/src/websocket/websocket-server.ts
client/src/contexts/PresenceProvider.tsx
0 → 100644
server/src/services/PresenceService.ts
0 → 100644
Please register or sign in to comment