Add notification on new instance follower (server side)

This commit is contained in:
Chocobozzz 2019-04-08 17:26:01 +02:00
parent 0dc6477758
commit 883993c81e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
19 changed files with 212 additions and 21 deletions

View file

@ -342,6 +342,8 @@ function saveActorAndServerAndModelIfNotExist (
actorCreated.VideoChannel.Account = ownerActor.Account
}
actorCreated.Server = server
return actorCreated
}
}