diff options
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 |