Use new version of libtgl
Esse commit está contido em:
@@ -723,6 +723,7 @@ int loop (void) {
|
||||
tgl_set_timer_methods (TLS, &tgl_libevent_timers);
|
||||
assert (TLS->timer_methods);
|
||||
tgl_set_download_directory (TLS, get_downloads_directory ());
|
||||
tgl_register_app_id (TLS, TELEGRAM_CLI_APP_ID, TELEGRAM_CLI_APP_HASH);
|
||||
tgl_init (TLS);
|
||||
|
||||
if (binlog_enabled) {
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
*/
|
||||
#ifndef __LOOP_H__
|
||||
#define __LOOP_H__
|
||||
#define TELEGRAM_CLI_APP_HASH "36722c72256a24c1225de00eb6a1ca74"
|
||||
#define TELEGRAM_CLI_APP_ID 2899
|
||||
|
||||
int loop (void);
|
||||
void do_halt (int error);
|
||||
void net_loop (int flags, int (*end)(void));
|
||||
|
||||
+1
-1
Submodule tgl updated: 343cf63ead...a2403df85b
Referência em uma Nova Issue
Bloquear um usuário