chat
Here are 7,297 public repositories matching this topic...
In the "Create stream" UI, we should make the hint for "Announce stream" match other settings by:
- Replacing the tooltip with a standard tippy tooltip.
- Replacing the icon with an
iicon, like we use for the "Message retention period" hint.
-
Updated
Mar 9, 2022 - TypeScript
-
Updated
Mar 9, 2022 - Go
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 11, 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.
I'm seeing all the new Owncast servers on the Fediverse with placeholder logos instead of their own, because they're using SVG for their logo.
People who already have an SVG will keep using it, but we should stop new SVGs from being added going forward.
For those who want to try an easy change: https://github.com/owncast/owncast-admin/blob/develop/components%2Fconfig%2Fedit-logo.tsx#L21
-
Updated
Feb 12, 2022 - Swift
-
Updated
Feb 16, 2022 - CoffeeScript
-
Updated
Mar 10, 2022 - JavaScript
-
Updated
Oct 24, 2021 - Java
Flavor
GUI (Graphical User Interface), CLI (Command Line Interface)
Export format
HTML
Details
A couple of months ago Discord introduced the feature for users to be able to add alt text to images.
It shouldn't be that difficult to integrate, as you can just use the alt tag attribute in HTML.
-
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
Mar 7, 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: