Add server host in notification account field

This commit is contained in:
Chocobozzz 2019-01-21 13:52:46 +01:00
parent cfeae291c0
commit 38967f7b73
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 19 additions and 4 deletions

View file

@ -26,6 +26,7 @@ export interface ActorInfo {
id: number
displayName: string
name: string
host: string
avatar?: {
path: string
}