summaryrefslogtreecommitdiff
path: root/dht/src/Data/Tox/Msg.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-11-29 18:56:03 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-01 23:21:34 -0500
commitfddb44cc648da0494be580b832a0b5a61b27f2ff (patch)
treef981f3868a1e758f4e0b1d59b307e8be6d83bf9f /dht/src/Data/Tox/Msg.hs
parent0d75b2bd2f6002629bbeb9d6e43a19c0fcb6ac5f (diff)
Refactored node-id appearance to Codec.AsciiKey256.
Diffstat (limited to 'dht/src/Data/Tox/Msg.hs')
-rw-r--r--dht/src/Data/Tox/Msg.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/src/Data/Tox/Msg.hs b/dht/src/Data/Tox/Msg.hs
index 2951193d..8819faa7 100644
--- a/dht/src/Data/Tox/Msg.hs
+++ b/dht/src/Data/Tox/Msg.hs
@@ -260,7 +260,7 @@ instance Read ChatID where
260 | otherwise = [] 260 | otherwise = []
261 261
262instance Show ChatID where 262instance Show ChatID where
263 show (ChatID ed) = show64Token32 ed 263 show (ChatID ed) = showToken32 ed
264 264
265data InviteType = GroupInvite { groupName :: Text } 265data InviteType = GroupInvite { groupName :: Text }
266 | AcceptedInvite 266 | AcceptedInvite