fix(bot): add callback to update message count after proxying

also re-add -with-last-message flag :D
This commit is contained in:
spiral 2022-12-10 16:50:22 +00:00
parent 8e0454a13b
commit 24db9f28c2
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
9 changed files with 32 additions and 17 deletions

View file

@ -0,0 +1,6 @@
-- database version 32
-- re-add last message timestamp to members
alter table members add column last_message_timestamp timestamp;
update info set schema_version = 32;