Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjentsch <mtthsjntsch@gmail.com>2016-02-07 20:18:03 +0300
committermjentsch <mtthsjntsch@gmail.com>2016-02-07 20:23:12 +0300
commit1070b5a6e7337fb15ef6c48947689107409c6193 (patch)
treec3d6fd3cb64d359288aa21b70c901a2e6f66d37a /telegram-adium
parente8005883ab0b24c30f7c2eb5d3586c00e38d516a (diff)
Cleanup and add a few notes
Diffstat (limited to 'telegram-adium')
-rw-r--r--telegram-adium/TelegramAccount.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/telegram-adium/TelegramAccount.m b/telegram-adium/TelegramAccount.m
index e9dbc4c..f48d684 100644
--- a/telegram-adium/TelegramAccount.m
+++ b/telegram-adium/TelegramAccount.m
@@ -53,6 +53,8 @@
[super didConnect];
[self purpleAccount];
+ // FIXME: Crashed after going online
+
// Storing chats in the blist breaks Adium bookmarks. Adium doesn't
// show those chats anyway, so we can just safely delete those.
PurpleBlistNode *node = purple_blist_get_root();