diff options
Diffstat (limited to 'dht/src/Data')
-rw-r--r-- | dht/src/Data/Tox/Msg.hs | 2 |
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 | ||
262 | instance Show ChatID where | 262 | instance Show ChatID where |
263 | show (ChatID ed) = showToken32 ed | 263 | show (ChatID ed) = show64Token32 ed |
264 | 264 | ||
265 | data InviteType = GroupInvite { groupName :: Text } | 265 | data InviteType = GroupInvite { groupName :: Text } |
266 | | AcceptedInvite | 266 | | AcceptedInvite |