diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-11-12 19:15:12 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-11-17 22:15:45 +0100 |
commit | c6d2fb81847407ba3a0ce3c5c9e890cc4de87cf2 (patch) | |
tree | e1cfa50057f9d8dab51a852fa9608b67f05cff23 /main/Test.hs | |
parent | cf26b8a7262b50ac37666974392edf5335e2c7d0 (diff) |
Rename Message module to DirectMessage
Changelog: API: Rename `Erebos.Message` module to `Erebos.DirectMessage`
Diffstat (limited to 'main/Test.hs')
-rw-r--r-- | main/Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Test.hs b/main/Test.hs index 9c68165..628e351 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -34,8 +34,8 @@ import System.IO.Error import Erebos.Attach import Erebos.Chatroom import Erebos.Contact +import Erebos.DirectMessage import Erebos.Identity -import Erebos.Message import Erebos.Network import Erebos.Object import Erebos.Pairing |