Update to 1.4.6

Audio notes (opus codec)
A lot of different improvements and bug fixes

Thanks to:
https://github.com/DrKLO/Telegram/issues/293
https://github.com/DrKLO/Telegram/issues/256

FOSS configuration not ready yet

I will move main dev branch to github in next couple commits
This commit is contained in:
DrKLO 2014-03-23 02:31:55 +04:00
parent d3e2ae18e8
commit 4ede311055
394 changed files with 73005 additions and 4675 deletions

View file

@ -185,6 +185,6 @@ public class UserConfig {
contactsVersion = 1;
saveIncomingPhotos = false;
saveConfig(true);
MessagesController.Instance.deleteAllAppAccounts();
MessagesController.getInstance().deleteAllAppAccounts();
}
}