summaryrefslogtreecommitdiff
path: root/dht/src/Data/Tox/Msg.hs
diff options
context:
space:
mode:
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 8819faa7..2951193d 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) = showToken32 ed 263 show (ChatID ed) = show64Token32 ed
264 264
265data InviteType = GroupInvite { groupName :: Text } 265data InviteType = GroupInvite { groupName :: Text }
266 | AcceptedInvite 266 | AcceptedInvite