The Wayback Machine - https://web.archive.org/web/20210102194254/https://github.com/topics/chat
Skip to content
#

chat

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

aryanshridhar
aryanshridhar commented Dec 18, 2020

Figured out this issue when solving upon a similar one , regarding the error thrown when a owner/admin , while adding a new custom emoji accidentally leaves the emoji_name field blank. (Also fading the Add emoji button , unless the user manually reloads it)

Screenshot :

![Screenshot from 2020-12-18 23-02-08](https://user-images.githubusercontent.com/53977614/10

Nutomic
Nutomic commented Nov 7, 2020

If we compile with #![deny(missing_docs)] in lib.rs, the compiler will warn us about any public functions and items without documention. I think it would be very useful to add this documentation, both for potential contributors and for our own understanding of the code. This might even be a good task for new contributors, because it doesnt require knowledge of the code (we can always answer ques

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.