mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add server host in notification account field
This commit is contained in:
@@ -26,6 +26,7 @@ export interface ActorInfo {
|
||||
id: number
|
||||
displayName: string
|
||||
name: string
|
||||
host: string
|
||||
avatar?: {
|
||||
path: string
|
||||
}
|
||||
|
||||
@@ -146,6 +146,7 @@ function checkVideo (video: any, videoName?: string, videoUUID?: string) {
|
||||
function checkActor (actor: any) {
|
||||
expect(actor.displayName).to.be.a('string')
|
||||
expect(actor.displayName).to.not.be.empty
|
||||
expect(actor.host).to.not.be.undefined
|
||||
}
|
||||
|
||||
function checkComment (comment: any, commentId: number, threadId: number) {
|
||||
|
||||
Reference in New Issue
Block a user