-
Updated
Aug 26, 2020 - JavaScript
chat
Here are 4,962 public repositories matching this topic...
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Aug 24, 2020 - Go
-
Updated
Aug 26, 2020 - Go
Right now if you delete a comment it is just disappear form the comment section. I think it would be better to show a modal to the user to confirm the delete action.
-
Updated
Aug 7, 2020 - Swift
-
Updated
Aug 25, 2020 - CoffeeScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Apr 15, 2020 - Java
-
Updated
Jun 16, 2020 - Objective-C
Describe the bug
The title text (aka mouse over text) starts with "undefined", e.g. "undefined This user can send messages in this groupchat". I think it's supposed to be the JID, but that's unavailable in semi-anonymous groupchats.
To Reproduce
Steps to reproduce the behavior:
- Join a semi-anonymous room as a non-moderator
- Point at someone in the participant list
- Wait for
I cannot reproduce this with the default usage of botui : the issue appears only when botui is part of a larger VueJS app.
When a markdown image is inserted in a message, it is immediately hidden if another message is displayed after.
botui.message.add({
content: 'Hello World'
});
botui.message.add({
content: 'Here is a picture : 

When creating video call links for Jitsi, an additional slash is getting added between the base Jitsi server URL and the video call ID, i.e.
https://meet.jit.si//141518590623948instead ofhttps://meet.jit.si/141518590623948