Add placeholder user for events by unknown actors
This commit is contained in:
parent
db85e831d9
commit
b01f60d273
3 changed files with 82 additions and 1 deletions
|
@ -8,6 +8,9 @@ const (
|
|||
// where multiple releases in a day are required
|
||||
Version = "0.0.1 pre-alpha"
|
||||
// Username for the server actor
|
||||
ServerActorName = "server.actor"
|
||||
ServerActorName = "server.actor"
|
||||
// Username for the placeholder actor where the actual actor is unknown
|
||||
// Examples include likes, boosts and followers / following
|
||||
UnknownActorName = "unknown.actor"
|
||||
FeedUsernameSuffix = "-feed"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue