mykola2312
|
1399d8d248
|
implement listrequests command
|
2024-03-03 22:33:05 +02:00 |
|
mykola2312
|
22b2bbd832
|
so bug was using AND instead of comma in UPDATE query. rookie mistake
|
2024-03-03 20:10:49 +02:00 |
|
mykola2312
|
ca5019cf44
|
fix bug when op wasn't setting admin access (when user was already created), add indecies on telegram ids in database
|
2024-03-03 20:02:50 +02:00 |
|
mykola2312
|
3dfbb6fd6e
|
implement my chat member update handler so bot will know when added to chat or channel and will add record to database
|
2024-03-03 16:58:17 +02:00 |
|
mykola2312
|
03665f183d
|
move all bot reply message texts to i18n yml file to avoid litering code with long strings
|
2024-03-02 20:16:18 +02:00 |
|
mykola2312
|
b460747a72
|
impl Display for User so logging would be easy
|
2024-03-02 18:55:23 +02:00 |
|
mykola2312
|
89a12defee
|
revert idea with Arc<DbPool> because sqlx is already Arc internally
|
2024-03-02 17:57:32 +02:00 |
|
mykola2312
|
24bdf0593e
|
implement user opping (elevating permissions to admin), use
Arc<SqlitePool> because dptree seems to clone deps everytime a dispatch
happens
|
2024-03-02 08:39:43 +02:00 |
|
mykola2312
|
296aa0f043
|
implement op command to give myself admin permissions
|
2024-03-02 04:55:23 +02:00 |
|