• 6 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle












  • 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!




  • 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! 😅


  • Thanks for confirming this! Does this happen every single time? Or are there specific scenarios that trigger this?

    For example, if you reply to a short post/comment, does the markdown toolbar disappear? It would be really useful if you could make a new issue on GitHub for this (with possible reproducible steps or videos) to help us figure this out! Additionally, which keyboard do you use? Is it the stock keyboard or a different one?

    I still haven’t been able to reproduce this on my end so it’s tough to figure out what the root cause is unfortunately 😅