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

chat

Here are 7,006 public repositories matching this topic...

alya
alya commented Dec 22, 2021

At present, in stream typeahead in the compose box, we sort pinned streams > subscribed streams > other streams, with message volume serving as the tie breaker.

To improve the likelihood that the desired streams are sorted at the top, we should change the ordering to be:

stream that the message is addressed to (if any) > unmuted pinned streams > unmuted subscribed streams > muted streams > o

OpenIM: Instant messaging open source project based on go built by former WeChat technology experts. Backend in Go.(由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。)

  • Updated Jan 1, 2022
  • Go
owncast
gabek
gabek commented Dec 19, 2021

While we have offered a "donate" link as one of the available social options for some time, I wonder if people would find it nicer to add an explicit "Donate" button on the top level list of buttons next to "Follow" and the custom external actions.

People can create their own using the "External Actions" feature in the admin, but I do think maybe just having a text field where somebody can drop

mishadaut
mishadaut commented Oct 1, 2021

Describe the bug
If I close a chat browser tab( auto_login:true and view_mode: 'fullscreen') without logout and reopen it in the new tab, file upload button is missing.

To Reproduce
Steps to reproduce the behavior:

  1. Open new chat window(auto_login:true and view_mode: 'fullscreen')
  2. Open same chat window in separate browser tab without log out previous tab.
  3. See error - upload
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

GitLive

Extend GitHub with real‑time collaborative superpowers

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