Skip to content
#

chat

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

owncast
gabek
gabek commented Feb 12, 2021
  1. Add upload Logo to the General settings page in the Admin.
  2. Create a new endpoint that accepts the upload.
  3. Endpoint saves the file in the data directory.
  4. Endpoint runs SetLogo with 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

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