diff options
Diffstat (limited to 'protocols/Telegram/src/main.cpp')
-rw-r--r-- | protocols/Telegram/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/main.cpp b/protocols/Telegram/src/main.cpp index 5e03db9f29..2cc1146b2a 100644 --- a/protocols/Telegram/src/main.cpp +++ b/protocols/Telegram/src/main.cpp @@ -29,7 +29,7 @@ PLUGININFOEX pluginInfo = CMPlugin::CMPlugin() : ACCPROTOPLUGIN<CMTProto>("Telegram", pluginInfo) { - SetUniqueId("Phone"); + SetUniqueId(DBKEY_ID); } ///////////////////////////////////////////////////////////////////////////////////////// |