Fix blocked users appearing in typing indicator.
Make typing indicator time out.
Showing
- package.json 1 addition, 1 deletionpackage.json
- src/components/common/messaging/MessageBox.tsx 1 addition, 1 deletionsrc/components/common/messaging/MessageBox.tsx
- src/components/common/messaging/bars/TypingIndicator.tsx 5 additions, 1 deletionsrc/components/common/messaging/bars/TypingIndicator.tsx
- vite.config.ts 91 additions, 86 deletionsvite.config.ts
- yarn.lock 4 additions, 4 deletionsyarn.lock
... | ... | @@ -97,7 +97,7 @@ |
"react-router-dom": "^5.2.0", | ||
"react-scroll": "^1.8.2", | ||
"redux": "^4.1.0", | ||
"revolt.js": "5.0.0-alpha.17", | ||
"revolt.js": "5.0.0-alpha.18", | ||
"rimraf": "^3.0.2", | ||
"sass": "^1.35.1", | ||
"shade-blend-color": "^1.0.0", | ||
... | ... |
Please register or sign in to comment