Bypass self permission check for DMs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "reminder-rs"
|
||||
version = "1.7.0-rc2"
|
||||
version = "1.7.0-rc3"
|
||||
authors = ["Jude Southworth <judesouthworth@pm.me>"]
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0 only"
|
||||
@ -54,7 +54,7 @@ assets = [
|
||||
["web/static/webfonts/*", "lib/reminder-rs/static/webfonts", "644"],
|
||||
["web/static/site.webmanifest", "lib/reminder-rs/static/site.webmanifest", "644"],
|
||||
["web/templates/**/*", "lib/reminder-rs/templates", "644"],
|
||||
["reminder-dashboard/dist/static/assets", "lib/reminder-rs/static/assets", "644"],
|
||||
["reminder-dashboard/dist/static/assets/*", "lib/reminder-rs/static/assets", "644"],
|
||||
["reminder-dashboard/dist/index.html", "lib/reminder-rs/static/index.html", "644"],
|
||||
["conf/default.env", "etc/reminder-rs/config.env", "600"],
|
||||
["conf/Rocket.toml", "etc/reminder-rs/Rocket.toml", "600"],
|
||||
|
Reference in New Issue
Block a user