-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New chat TODO list #1298
Comments
#1298 Update the sentAt time via an interval similar to the clock
#1298 only match at beginning of input or after newline
Double-send bugWhen I send a message in the Holium group chat, a duplicate comes back, and it causes an infinite render loop. Below is a screenshot with logged messages from When reacting, the emoji count doubles to 2 as well. All of this only happens in the Holium group chat. When I click out of the chat and re-enter, all duplications are gone. |
this must be a rendering bug. the agent can't create two messages with the same id, since they would just overwrite in the |
these are handled as a part of #1327 |
#1298 %status should be sent when the expiresDuration is changed
#1298 clicking on an image shows it in a lightbox
#1298 shrink chat input after send, enable right click save image
Bug list
apps/Messages
#1298 Update the sentAt time via an interval similar to the clock #1314lastTimeSent
in Chat Inbox when a message is sent or received. - @Tenarispaces.service.ts
password error should be wrapped indevelopment
overflowX='scroll'
: - @TenariBubble
components - @Tenari use same id on all the main elements of the Bubble for contextMenu purposes #1317Animation restructure
New features - after stable
source: 'groups' | 'talk' | 'chat'
flag in paths tableis typing...
data channel room for active chat log @leowini%status
should be sent when the expiresDuration is changed. - @Tenari #1298 %status should be sent when the expiresDuration is changed #1335After chat launch
The text was updated successfully, but these errors were encountered: