EpochTalk v1.13.0 Release Notes

Release Date: 2020-05-11 // almost 4 years ago
  • 1.13.0 (2020-05-11)

    ๐Ÿ› Bug Fixes

    • issue with being able to send message with invalid receivers (f664e0f)
    • ๐Ÿ’ป issue with marking conversations read in the ui (99c6e33)
    • ๐Ÿ†• new messages not appearing at top of convo list (995976d)
    • query read_by_user_ids from conversation not message (46e81e1)
    • turn messages query into db transaction, fix update of read_by_user_ids (d8b6b1c)
    • pm: allow users to send messages to themselves (777c12d)

    ๐Ÿ”‹ Features

    • โž• add read by date when creating new messages (104254d)
    • 0๏ธโƒฃ disallow users from messaging DefaultTrustList (e495a05)
    • mark pms read after they are queried (b5a3696)
    • reload the currently selected message when fetching new conversations (628df50)
    • โœ… return read by ids when querying latest messages (04ce033)
    • store read by data when creating conversation (3bc115d)
    • โšก๏ธ update conversation to be only read by message sender when new reply is made (92691a7)