diff options
author | joe <joe@jerkface.net> | 2018-05-19 18:33:40 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-05-19 18:33:40 -0400 |
commit | 5fc282406abfe8cfb11ff0ce29562e334fb95755 (patch) | |
tree | a05f35bb2865e7b097861d6e564b113d042e90dd /Presence/ConfigFiles.hs | |
parent | ea3c97cea6cb2a690afca743fa8fecfbb533d69b (diff) |
Activate tox user key from xmpp configuration.
Diffstat (limited to 'Presence/ConfigFiles.hs')
-rw-r--r-- | Presence/ConfigFiles.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Presence/ConfigFiles.hs b/Presence/ConfigFiles.hs index d405bd8f..6354d841 100644 --- a/Presence/ConfigFiles.hs +++ b/Presence/ConfigFiles.hs | |||
@@ -30,7 +30,7 @@ subscriberFile = "subscribers" | |||
30 | otherFile = "others" | 30 | otherFile = "others" |
31 | pendingFile = "pending" | 31 | pendingFile = "pending" |
32 | solicitedFile = "solicited" | 32 | solicitedFile = "solicited" |
33 | secretsFile = "secrets" | 33 | secretsFile = "secret" |
34 | 34 | ||
35 | 35 | ||
36 | configPath :: User -> Profile -> String -> IO String | 36 | configPath :: User -> Profile -> String -> IO String |