diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-04 21:59:57 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-04 21:59:57 -0800 |
commit | ef5aadc56f821c31d324fd3ec29f646a331b4612 (patch) | |
tree | edfd66d03c507b8bdbdfe5e8ab8db969d56b3723 /models | |
parent | 8587b5b41e5781ea6fe4ce130e36ac327548864b (diff) |
Enhancements to AP and one-click removal
This adds AP Delete/Event, AP Delete/Actor, and one-click removal from RSVP lists that can be included in the "you have rsvped" confirmation message.
Diffstat (limited to 'models')
-rwxr-xr-x | models/Event.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/Event.js b/models/Event.js index 9ab455f..19505ea 100755 --- a/models/Event.js +++ b/models/Event.js @@ -220,6 +220,10 @@ const EventSchema = new mongoose.Schema({ type: String, trim: true }, + activityPubEvent: { + type: String, + trim: true + }, publicKey: { type: String, trim: true |