chat
Here are 7,128 public repositories matching this topic...
As reported by @Rishabh-792 here, there are two minor issues in the bot management modal:
- At present, the "Remove owner" link is always shown. We should not show the link when there is no owner.
- The "Save changes" button should be disabled when no changes have been made.
It's fine to
-
Updated
Jan 20, 2022 - TypeScript
-
Updated
Jan 5, 2022 - Go
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 24, 2022 - 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.
We use it in helpers.js to determine if a browser has a touch screen to tweak the UI a bit. We don't need detailed information so moving to the newly supported option is probably fine. But it should be tested after changing.
https://github.com/owncast/owncast/blob/develop/webroot/js/utils/helpers.js#L72
A page or script is accessing at least one of navigator.userAgent, navigator.appVer
-
Updated
Dec 7, 2021 - Swift
-
Updated
Jan 20, 2022 - CoffeeScript
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Oct 24, 2021 - Java
-
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
-
Updated
Jan 23, 2022 - Python
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:
When using curl to query the files.im api endpoint by roomId it states it cannot find the roomId. The roomID entered is the one listed in the MongoDB collection rocketchat_uploads.
When I query by username it states it is successful but list no files.
Step