-
Updated
Feb 7, 2021 - JavaScript
chat
Here are 5,533 public repositories matching this topic...
-
Updated
Jan 20, 2021 - TypeScript
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 6, 2021 - Go
There are a couple fields in crates/db_schema/ which contain URLs but have type String, for example Post.url or Community.icon. These should use the same Url type introduced in #1371.
Deny missing docs
-
Updated
Feb 4, 2021 - JavaScript
To add clarity let's make the following changes to the admin viewers page, since certain things don't make sense if a stream is not currently online and active.
- Hide Viewers table if the stream if not live.
- Hide the "Current Viewers" statistic box if not live.
- Change the text of "Peak viewers this session" to "Peak viewers last session" if not live.
- Change text of "Peak viewers o
-
Updated
Dec 18, 2020 - Swift
-
Updated
Jan 24, 2021 - CoffeeScript
-
Updated
Jan 28, 2021 - Java
-
Updated
Jan 18, 2021 - Objective-C
Currently when an OMEMO message comes in, the desktop notification only says that an encrypted message has arrived, but there is no way to get the decrypted message text in the notification. It would be nice to have the clear text message in the notification instead, or have a config setting to select between the two variants.
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 : ![](https://www.google.fr/images/branding/g-
Updated
Feb 1, 2021 - Python
Chat apps
Slack + GitHub
Connect your code without leaving Slack
Improve this page
Add a description, image, and links to the chat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."
I believe this would address at least part of the use case for the broader issued described in #17137.
It's probably a pretty simple change, as we already have tackled this in the "Private Messages" section--you can ask
buddy_dataand similar code pretty easily to get what you need to render the green/orange circles.