Lonami Exo
|
39d9531483
|
Implement _load_entities for all events
Follow-up of c902428af1
This means that now input_chat (and even chat_id) and
similar can be safely used, without needing get_input
|
2019-03-28 10:47:15 +01:00 |
|
Lonami Exo
|
8abc7ade22
|
Use the new in-memory entity cache
This should avoid a disk access every time an input entity
is needed, which is very often. Another step for #1141.
|
2019-03-26 11:39:25 +01:00 |
|
Lonami Exo
|
facf3ae582
|
Fix-up user_id for UserUpdate
|
2019-03-26 09:18:18 +01:00 |
|
Lonami Exo
|
0239852cc7
|
Fix UserUpdate in chats
|
2019-03-26 09:14:55 +01:00 |
|
Lonami Exo
|
9db9db1ade
|
Fix UserUpdate not working for typing updates
The code to deal with the right chat action was there,
but the updates that could trigger that code path were
never checked.
|
2019-03-26 08:57:16 +01:00 |
|
Lonami Exo
|
ec0aa65fe1
|
An user -> a user
|
2018-09-22 19:18:42 +02:00 |
|
Lonami Exo
|
7b22c72c3e
|
Use UTC timezone for events.UserUpdate
|
2018-07-24 20:38:38 +02:00 |
|
Lonami Exo
|
7f78d7ed2f
|
Use classmethod for all Event.build
|
2018-07-19 01:47:32 +02:00 |
|
Lonami Exo
|
1d0fd6801d
|
Build events only once per update
|
2018-07-11 11:22:43 +02:00 |
|
Lonami Exo
|
72835dfb44
|
Update to v1.0
|
2018-06-27 13:41:20 +02:00 |
|
Lonami Exo
|
efc9f4c414
|
Get rid of all remaining async properties
|
2018-06-25 11:03:20 +02:00 |
|
Lonami Exo
|
908dfa148b
|
Revisit codebase to add missing async/await
|
2018-06-14 17:09:20 +02:00 |
|
Lonami Exo
|
93b5909be5
|
Add chat_id-like convenience properties to the events
|
2018-04-08 14:24:01 +02:00 |
|
Lonami Exo
|
b7c3f80679
|
Split events into separate files
|
2018-04-05 20:14:22 +02:00 |
|