-
Updated
Apr 3, 2022 - JavaScript
chat
Here are 7,418 public repositories matching this topic...
-
Updated
Mar 9, 2022 - TypeScript
-
Updated
Apr 2, 2022 - Go
-
Updated
Apr 1, 2022 - Go
-
Updated
Apr 1, 2022 - Java
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.
, CLI (Command Line Interface)
Export format
HTML
Details
A couple of months ago Discord introduced the feature for users to be able to add alt text to images.
It shouldn't be that difficult to integrate, as you can just use the alt tag attribute in HTML.
-
Updated
Oct 24, 2021 - Java
-
Updated
Aug 13, 2021 - Objective-C
Describe the bug
When retracting a message that contains unfurl metadata, the message body gets deleted, but not the metadata.
To Reproduce
Enter discuss@conference.conversejs.org (a MUC that supports unfurls), and send a message containing a link, e.g. a link to a Github issue.
Then retract that message. Recipients see that the message is retracted but they still see the image
-
Updated
Mar 22, 2022 - Python
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 : 
At present, URL custom profile fields are limited to 50 characters, which makes it impossible to enter many valid URLs.
Instead, the character limit should be increased to the maximum possible URL length (as determined by standards for URLs).
To make your PR easy to review, please post the reference where you looked up the URL length limit.