chat
Here are 7,145 public repositories matching this topic...
When a user unsubscribes from a private stream, they can still see that stream in the Streams menu (until reload?). However, they cannot view stream subscribers.
In this situation, the Subscribers tab should be disabled, just like the Personal tab.
-
Updated
Jan 25, 2022 - TypeScript
-
Updated
Jan 5, 2022 - Go
-
Updated
Jan 27, 2022 - Go
-
Updated
Jan 27, 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 27, 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