chat
Here are 6,943 public repositories matching this topic...
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Dec 8, 2021 - Go
-
Updated
Dec 16, 2021 - Go
-
Updated
Dec 17, 2021 - Go
Is your proposal related to a problem?
Notification messages arrive only in HTML format, and "text first" mail clients, like claws mail, etc. get a code message, with html tags, etc.
Describe the solution you'd like
Messages should use both formats, plain text and html.
-
Updated
Dec 7, 2021 - Swift
-
Updated
Dec 17, 2021 - CoffeeScript
-
Updated
Oct 24, 2021 - Java
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Aug 13, 2021 - Objective-C
Describe the bug
If I close a chat browser tab( auto_login:true and view_mode: 'fullscreen') without logout and reopen it in the new tab, file upload button is missing.
To Reproduce
Steps to reproduce the behavior:
- Open new chat window(auto_login:true and view_mode: 'fullscreen')
- Open same chat window in separate browser tab without log out previous tab.
- See error - upload
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 : 

Description:
Currently, HTML is simply stripped from the plaintext part of emails. Plaintext mails contain the link text, but not the link itself, which is pretty useless. For example a notification about a mention or direct message contains the "GO TO MESSAGE" link text, but not the actual link. Instead HTML links should be replaced by the link text and the link for the plaintext version.