-
Updated
Nov 6, 2021 - JavaScript
chat
Here are 6,731 public repositories matching this topic...
-
Updated
Oct 20, 2021 - TypeScript
-
Updated
Nov 5, 2021 - Go
-
Updated
Nov 5, 2021 - Go
One of the biggest things that will make it harder for new users coming for reddit is to find Lemmy's website itself.
I recently moved to Lemmy from reddit and took me 10 mins just to find lemmy, whenever I searched up Lemmy, this is what popped up instead.
, I'm unable to submit chat messages. The return key creates a new line instead of submitting the message, and there's no explicit Send button visible in the chat window to click.
Edit: I was able to get around this by adding Custom CSS in the admin to force the Send button to show:
#send-message-button{display:block; opacity: 1;}
-
Updated
Nov 5, 2021 - JavaScript
-
Updated
Oct 2, 2021 - Swift
-
Updated
Oct 12, 2021 - CoffeeScript
-
Updated
Oct 24, 2021 - Java
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Aug 13, 2021 - Objective-C
Flavor
No response
Export format
No response
Details
Currently, the embed style in the HTML file has a couple of differences to the one used by Discord itself. Here's a comparison:
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:
- Open new chat window(auto_login:true and view_mode: 'fullscreen')
- Open same chat window in separate browser tab without log out previous tab.
- See error - upload
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 should work like
small_avatar_url_for_person, but for the medium size. You can find the few places where we try to get a medium-size avatar URL viagit grep medium static/js; part of what we want to fix here is the inconsistency between their URL constructions. See #20119 for some refactoring we did that make this closer to working.We should make sure the new functions have node test