diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-21 13:52:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-21 13:52:46 +0100 |
commit | 38967f7b73cec6f6198c72d62f8d64bb88e6951c (patch) | |
tree | b1f9d308dfb600cde1559ddf6ac13294020d45fa /shared/models | |
parent | cfeae291c00812bb99e88bdec785792ae5d5934e (diff) | |
download | PeerTube-38967f7b73cec6f6198c72d62f8d64bb88e6951c.tar.gz PeerTube-38967f7b73cec6f6198c72d62f8d64bb88e6951c.tar.zst PeerTube-38967f7b73cec6f6198c72d62f8d64bb88e6951c.zip |
Add server host in notification account field
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/users/user-notification.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/users/user-notification.model.ts b/shared/models/users/user-notification.model.ts index eaeb422df..186b62612 100644 --- a/shared/models/users/user-notification.model.ts +++ b/shared/models/users/user-notification.model.ts | |||
@@ -26,6 +26,7 @@ export interface ActorInfo { | |||
26 | id: number | 26 | id: number |
27 | displayName: string | 27 | displayName: string |
28 | name: string | 28 | name: string |
29 | host: string | ||
29 | avatar?: { | 30 | avatar?: { |
30 | path: string | 31 | path: string |
31 | } | 32 | } |