Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This is much better than `.filter` because there's already a check on
the SQL query
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This because since Rust 1.83 it is suggested to not use the static
reference cloning
|
|
|
|
|
|
Since we save the last user's position only, we can't be able to link a
notification to a position. So, the better thing is to save a redundant lat/lng
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Alert level is moved to the notification struct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|