-
Updated
Mar 19, 2021 - JavaScript
chat
Here are 5,661 public repositories matching this topic...
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
Feb 27, 2021 - Go
-
Updated
Mar 17, 2021 - Go
Feature Proposed
It would be nice to give the ability to add words not already included in the slur filter. This could be done either on the admin level or user level settings
Describe the solution you'd like
Add an option in the settings to add a list of word to the slur filter. The default slur words in the code should be shown in the help text to prevent duplication.
-
Updated
Mar 17, 2021 - JavaScript
- Add upload Logo to the General settings page in the Admin.
- Create a new endpoint that accepts the upload.
- Endpoint saves the file in the
datadirectory. - Endpoint runs
SetLogowith the new filename.
I've also toyed with the idea of the admin having a dropdown of all the images available in the data directory so you can simply select one, instead of having to type it in if yo
-
Updated
Feb 14, 2021 - Swift
-
Updated
Mar 15, 2021 - CoffeeScript
-
Updated
Feb 15, 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
Mar 7, 2021 - Python
-
Updated
Mar 18, 2021 - JavaScript
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."
These are already documented on /api/start-a-call, but many folks looking for video call provider integrations are likely to look at /integrations, and it'd be very natural for them to be there.
Since they don't have a webhook-style implementation, the markdown docs implementation belongs in
templates/zerver/integrations/*.mdalong with of course registration inzerver/lib/integrations.py