chat
Here are 5,859 public repositories matching this topic...
The instructions for setting up the Zulip development environment contain links to external sites for downloads and/or supplemental instructions (e.g. setting up ssh keys for GitHub). After clicking these links, the reader needs to get back to the overall setup instructions in order to continue to the next step of the process. In order to make it easier, it would be better to have these external l
-
Updated
Apr 28, 2021 - TypeScript
-
Updated
Apr 28, 2021 - Go
-
Updated
Apr 29, 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.
It's easy to paste in a URL from somewhere and accidentally have hidden whitespace come with it.
Places I can think of offhand:
- webhooks
- 3rd party actions
- server url in general settings
- social links
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Apr 24, 2021 - Swift
-
Updated
Apr 29, 2021 - CoffeeScript
-
Updated
Mar 29, 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.
-
Updated
Apr 29, 2021 - JavaScript
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 :  this resets the room setting which is supposed to hide system messages.
Steps to reproduce: