That’s interesting - could you submit a new issue on GitHub for this? Thanks!
That’s interesting - could you submit a new issue on GitHub for this? Thanks!
Thanks for mentioning this, there will be a fix out for this shortly! This is the related PR: https://github.com/thunder-app/thunder/pull/1536
Just circling back to this - there was a potential fix for this issue in this PR: https://github.com/thunder-app/thunder/pull/1524
This potential fix was released in v0.5.0 of Thunder. If possible, please let me know if you’re still encountering this issue on the latest version. Thanks!
I know this was posted a while ago, but I do have an update on this issue. This bug was only affecting instances running on 0.19.4 and higher that had image proxying enabled (e.g., lemm.ee)
Fortunately, this issue should now be resolved with v0.5.0 of Thunder! If you’re interested in the details, check out the following GitHub discussion: https://github.com/thunder-app/thunder/issues/1448
Just providing a quick update on this - v0.5.0 fixes one of the two issues mentioned in the markdown report (table alignment not being respected)
The other markdown issue is not yet released, but should be fairly easy to fix! (just need to take some time to make sure the fix doesn’t break anything else). If all looks good there, then this fix will be released as part of a nightly build soon!
Thanks for the instructions. I’ve updated my information on GitHub to now include Monero as a viable option for those who would prefer that.
Though it still lacks the mod actions
Are you referring to mod actions for comments? If so, that is something I’ll be working on next!
and reports don’t have the name of the reporter.
For this, it would be good if you could submit a new feature request on GitHub to make it easier to track.
Thanks! I haven’t yet received requests to accept Monero for donations. If its a relatively straight-forward process, I can definitely add that as an option.
Thanks! The default sort type options should now be located in Settings -> Account, since it syncs up with your Lemmy account.
As always, please mention if you encounter any issues when updating to this version as there have been a lot of under-the-hood changes. Thanks!
Just wanted to chime in here - I also think having a chat-style widget would also be best for private messages but would be difficult to implement without some workarounds (mainly due to the limitations of the API as you mentioned)!
But then I discovered that there’s no API call to retrieve your sent messages
From what I can see in the API, there is a creatorId
field that can be specified to grab chats for a given user. This could potentially work by passing in your own account id to retrieve your sent messages (although, this would likely return back your sent messages aggregated across all users so it wouldn’t be ideal)
It would be a bit of a hack but we could call that API endpoint, and cache the results locally to be used in chats. This adds a layer of complexity since we would need to consider how to keep messages synced up (e.g., if a user edits a message elsewhere, it should be reflected here). There also doesn’t seem to be a way to get a specific private message by id, so that also complicates the issue further 😅
Hey there! As others have mentioned, there is currently no way to reply to private messages in Thunder. However, I have heard this feature request a few times, so I’ll try to increase its priority.
My priorities at this time is to add in additional comment moderator actions, so this will likely have to come after that is implemented. Hope that helps clear things up!
Thanks for cross-posting this here! It’s nice to see how the Markdown implementation compares against other apps. I’ll definitely use this as a reference for checking Markdown compatibility in the future!
Hey there, thanks for the feedback! This should now be implemented in this PR: https://github.com/thunder-app/thunder/pull/1510
If all looks good, this should land in the next nightly build.
Hey there, thanks for the feedback!
I just implemented this as a PR and would like to get some feedback on whether or not this is what you were expecting (see the associated video demos): https://github.com/thunder-app/thunder/pull/1480
This should likely land in the next nightly build if all goes well
Hey there, sorry for the late reply!
Could you describe the specific mod features you’d like to see for comments? Right now, there’s no specific timeframe for when they’ll be added but I can gradually add them in over time (depending on what features take priority over others)
Sorry for the late reply, and thanks for mentioning this. As others have mentioned, it would be great if you could make a new bug report on GitHub for this issue! It makes it easier to track and ensures that it doesn’t get lost/forgotten.
This is a bit technical, but as for why this may be happening, it seems like it might be trying to parse an HTML tag when rendering to text. HTML tags usually use <
and to indicate the tags, which seems to be similar to the cases you’ve pointed out.
Hey there! Good question - I can answer them for you
Are drafts stored indefinitely?
Right now, they are stored indefinitely. They’re stored similarly to how your app settings are stored, and the only way to clear them is to uninstall and reinstall Thunder.
If I keep creating new drafts without ever finishing them, will my storage get full?
That’s a possibility but it’s very unlikely that your storage will get full just from stored drafts since they’re just plain text. Text usually takes up very little space compared to other data (e.g., images)
Is there a way to see all my current drafts?
Is there any way to delete drafts?
If you go back to a previous draft, you can delete the draft but that’s all there is at the moment.
That being said, we are working on features for better draft management to allow viewing/deleting drafts. The related GitHub issue is here: https://github.com/thunder-app/thunder/issues/1375
Hopefully this answers all your questions!
That’s a coincidence! I don’t believe that’s actually Thunder since that looks to be a Windows app (although you can technically build Thunder on Windows so there’s a very slim chance)
was wondering where this is originally from?
Here’s a bit of backstory!
The Thunder logo was inspired from other thunderbolt vector images that I encountered online. All of the images I encountered felt very “sharp” so I simply tried to adjust the corners to be more round.
So while there isn’t technically a “source” of the logo (at least that I’m aware of), I wouldn’t be surprised if there’s already something very similar! 😅
Thank you for the kind words!