remove reactions from messages older than n days
This commit is contained in:
parent
a8d6a2b8d7
commit
94b12a1069
9 changed files with 86 additions and 18 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -17,7 +17,7 @@ Cargo.lock
|
|||
# direnv secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.template
|
||||
|
||||
# Nix
|
||||
.direnv/
|
||||
|
@ -29,4 +29,4 @@ repl-result-out*
|
|||
*.rdb
|
||||
|
||||
# JetBrains
|
||||
.idea/
|
||||
.idea/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue