1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-03-20 15:14:54 +09:00

DB: Allow actors to mark they've just been created by someone

This will be used for sending that someone a grant with Admin access
This commit is contained in:
Pere Lev 2023-06-19 11:38:25 +03:00
parent c838cece7b
commit 0bd2ca8d5d
No known key found for this signature in database
GPG key ID: 5252C5C863E5E57D
5 changed files with 9 additions and 3 deletions

View file

@ -118,6 +118,7 @@ Actor
inbox InboxId
outbox OutboxId
followers FollowerSetId
justCreatedBy ActorId Maybe
UniqueActorInbox inbox
UniqueActorOutbox outbox