You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: just for fun
* refactor: move delete perform outside of tgLogger
* refactor: move moderation functions inside a Moderation obj
* refactor: moderation class
* feat: getUser function, use Moderation in tgLogger menus
* fix: some revision
* fix: typo and wrong field in multiChatSpam
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: handle API call error in getUser
* feat: support retrieving user from memoryStorage
In the rare case when we need to get an user by userId,
the context cannot retrieve it and the user is yet to be synced
to the backend, we can retrieve it from the temporary map.
* fix: new getUser return type
* feat: handle preDel abort, better Moderation errors
* fix: missing moderator in moderationAction log
* fix: command /del not using the new Moderation method
* feat: delete preLogs when forwarded but not deleted message(s)
* fix: username arg with custom type, pass ctx to getUser
* fix: getUser ctx undefined propagation in optional chaining
* fix: typo
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: typos
* refactor: moved UI actions middleware in new moderation stack
* docs: todoooooooo
* fix: use moderation stack in `group-specific-actions`
* refactor: types
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Tommaso Morganti <tommaso.morganti01@gmail.com>
0 commit comments