Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | Use MonadStorage for makeSharedStateUpdate | Roman Smrž | |
Changelog: API: `State.makeSharedStateUpdate` uses `MonadStorage` | |||
4 days | Separate notifications for new and updated peers | Roman Smrž | |
4 days | Automatically update direct message peer identity | Roman Smrž | |
4 days | Create direct message state when creating conversation | Roman Smrž | |
6 days | Do not return sent message object from send(Direct)Message | Roman Smrž | |
Changelog: API: Return type of `sendMessage` and `sendDirectMessage` is now `()` | |||
6 days | Watch direct messages using local state diffs | Roman Smrž | |
Changelog: API: Replaced `watchReceivedDirectMessages` with `watchDirectMessageThreads` | |||
9 days | Update list whitespace in DirectMessage module | Roman Smrž | |
10 days | Rename DirectMessage functions to include dm/direct | Roman Smrž | |
Changelog: API: Renamed some functions in `DirectMessage` module to make clear they are related only to direct messages. | |||
2025-06-28 | Automatic discovery of peers for pending messages | Roman Smrž | |
Changelog: Automatic discovery of peers for pending direct messages | |||
2025-03-31 | Keep weak reference to previous local state | Roman Smrž | |
2025-03-21 | Generic type for MonadError constraints | Roman Smrž | |
Changelog: API: MonadError constraints use generic error type | |||
2024-11-17 | Rename Message module to DirectMessage | Roman Smrž | |
Changelog: API: Rename `Erebos.Message` module to `Erebos.DirectMessage` |