Skip to content
#

chat

Here are 5,016 public repositories matching this topic...

timabbott
timabbott commented Sep 12, 2020

In 7c17bdb9c524a3ba0d36843879cca0e5dfb229a1, we added a workaround for the fact that the "deactivate a user" test messes up later tests that might interact with that user.

The better way to fix this is to use a @openapi_param_value_generator function to create a user that we'll then deactivate the user ID for. Use git grep to find the code in zerver/openapi/curl_param_value_generators.py

Fab1en
Fab1en commented Aug 27, 2018

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

Chat apps

Improve this page

Add a description, image, and links to the chat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.