• 152 Posts
  • 203 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle
































  • 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).