• 117 Posts
  • 107 Comments
Joined 3 years ago
cake
Cake day: June 27th, 2023

help-circle


  • I’m sorry if I’m out of line with my comment here, but this whole post gave me a good laugh. I think it’s akin to asking GIMP developers, “why don’t you just make this like Photoshop” or asking Linux developers, “why don’t you just make this like Windows”.

    I’m sure the Thunder devs would love to bring over a lot of the most popular features from Sync, but it’s not that simple. Looking at the repo, there are already very frequent commits and releases, but there is also quite a backlog of feature and bug requests. You can’t just make one app like another app, nor can you imply that Thunder doesn’t have feature parity with Sync because the devs don’t want it to.

    Add on to that the fact that Sync is a paid app meaning that the developer can justify spending more time on it than an open-source app maintained in the spare time of the devs.

    Anyway, that’s just my two cents. In short, “it’s not that simple”. :-)
























  • Don’t messages sent by you come back in a list together with any received ones?

    Oh wow, you’re right! Somehow I totally missed that. Even Thunder displays sent messages.

    So you’re right. You could get all incoming messages from a specific user by passing creator_id but you just couldn’t get all the message you sent to a specific person without getting everything and filtering them.


  • I ran across a Flutter package that provides a cool chat style widget which inspired me to start working on this. But then I discovered that there’s no API call to retrieve your sent messages. So we could display all the incoming messages from each user like chats, but not sent ones (unless we remembered the ones we sent in Thunder, but that wouldn’t be everything).