Skip to content

Commit

Permalink
chore: Bump TDLib version
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Dec 13, 2021
1 parent 1853011 commit cc6d4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td
Submodule td updated 68 files
+34 −8 .clang-format
+2 −1 SplitSource.php
+1 −0 example/ios/build-openssl.sh
+1 −0 example/ios/build.sh
+1 −0 example/web/build-openssl.sh
+1 −0 example/web/build-tdlib.sh
+1 −0 example/web/build-tdweb.sh
+1 −0 example/web/copy-tdlib.sh
+1 −0 format.sh
+1 −0 gen_git_commit_h.sh
+2 −2 memprof/memprof.cpp
+7 −13 td/generate/scheme/td_api.tl
+42 −11 td/telegram/ContactsManager.cpp
+6 −0 td/telegram/ContactsManager.h
+2 −1 td/telegram/DialogActionBar.cpp
+0 −1 td/telegram/GroupCallParticipant.cpp
+2 −2 td/telegram/LanguagePackManager.cpp
+0 −1 td/telegram/MessageContent.cpp
+0 −4 td/telegram/MessageSearchFilter.cpp
+2 −0 td/telegram/MessageSender.cpp
+1 −0 td/telegram/MessageSender.h
+49 −14 td/telegram/MessagesManager.cpp
+0 −1 td/telegram/NotificationManager.cpp
+1 −0 td/telegram/PasswordManager.cpp
+1 −0 td/telegram/SendCodeHelper.cpp
+33 −11 td/telegram/StickersManager.cpp
+2 −0 td/telegram/StickersManager.h
+3 −3 td/telegram/StorageManager.cpp
+2 −0 td/telegram/SuggestedAction.cpp
+2 −2 td/telegram/Td.h
+2 −8 td/telegram/cli.cpp
+18 −18 td/telegram/files/FileGcParameters.cpp
+8 −8 td/telegram/files/FileGcParameters.h
+13 −13 td/telegram/files/FileGcWorker.cpp
+1 −1 td/tl/TlObject.h
+1 −1 tdactor/td/actor/ConcurrentScheduler.h
+6 −6 tdactor/td/actor/PromiseFuture.h
+2 −2 tdactor/td/actor/impl/Actor-decl.h
+2 −2 tdactor/td/actor/impl/Actor.h
+2 −2 tdactor/td/actor/impl/Event.h
+1 −1 tdactor/td/actor/impl/EventFull-decl.h
+9 −9 tdactor/td/actor/impl/Scheduler-decl.h
+3 −0 tdactor/td/actor/impl/Scheduler.cpp
+4 −4 tdactor/td/actor/impl/Scheduler.h
+0 −3 tddb/td/db/SeqKeyValue.h
+10 −5 tddb/td/db/SqliteKeyValue.cpp
+6 −4 tddb/td/db/SqliteKeyValue.h
+19 −11 tddb/td/db/SqliteKeyValueAsync.cpp
+10 −4 tddb/td/db/SqliteKeyValueAsync.h
+2 −2 tdutils/td/utils/Closure.h
+2 −2 tdutils/td/utils/ObjectPool.h
+4 −4 tdutils/td/utils/SharedObjectPool.h
+2 −2 tdutils/td/utils/Status.h
+1 −1 tdutils/td/utils/VectorQueue.h
+2 −9 tdutils/td/utils/buffer.cpp
+1 −1 tdutils/td/utils/format.h
+10 −10 tdutils/td/utils/invoke.h
+1 −1 tdutils/td/utils/optional.h
+15 −14 tdutils/td/utils/port/CxCli.h
+5 −5 tdutils/td/utils/port/FileFd.cpp
+18 −13 tdutils/td/utils/port/SocketFd.cpp
+6 −6 tdutils/td/utils/port/detail/EventFdLinux.cpp
+1 −1 tdutils/td/utils/port/detail/ThreadPthread.h
+1 −1 tdutils/td/utils/port/detail/ThreadStl.h
+3 −3 tdutils/td/utils/port/thread_local.h
+1 −1 tdutils/td/utils/unique_ptr.h
+76 −9 test/db.cpp
+1 −0 test/main.cpp

0 comments on commit cc6d4d2

Please sign in to comment.