Deleting a branch is permanent. It CANNOT be undone. Continue?
notifications
into master
1 year ago
No due date set.
This pull request currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
fix #472
fix #505
Shouln’t this be
.any(...)
? Because I’m still getting duplicated notifications.Also,
AsActor::is_local
is technically broken, since it only doesinstance_id == 1
which is not always correct (even if it is most of the time (like, unless you ranplm instance new
twice, it will probably be correct)).Maybe we should have a global storing the local instance info somewhere BTW (loaded only once when the app starts)? It would probably avoid a lot of queries to the database, and would allow to fix this issue without changing
AsActor
definition (but probably in another PR if we ever do it).if all mentioned users are different from this author, send notification. I think it’s correct, and when I tested it, it seemed to work.
Edit : My bad, forgot to add some file
Codecov Report
Oh, I found what is wrong I think: the mention was inserted after the comment in the database.
OK, I’m too late, you already found it.
Seems to work! Thank you! 😊
Reviewers
c9070930d2
.