-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API endpoint to delete message. Part of #5
A better view system is probably needed to add the actual button/other header information planned.
- Loading branch information
Showing
3 changed files
with
57 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
"allow_from": ["[email protected]"], | ||
"deny_from": ["[email protected]"], | ||
"message_format": "$subject: <a href='https://email.t2bot.io/m/$id'>Click to view</a>", | ||
"skip_db": false | ||
"skip_db": false, | ||
"delete_key": "YOUR_SECRET_KEY_HERE" | ||
} | ||
}, | ||
"room_defaults": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters