]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/account/user-notification.ts
Add new instance follower notification in client
[github/Chocobozzz/PeerTube.git] / server / models / account / user-notification.ts
index ccf8277ab1ab45413f4c3b1d90b3278f347feeb1..33480f3b585b205be6040623bcd3bb8dd7386aab 100644 (file)
@@ -119,7 +119,7 @@ function buildAccountInclude (required: boolean, withActor = false) {
       },
 
       {
-        attributes: [ 'id' ],
+        attributes: [ 'id', 'state' ],
         model: () => ActorFollowModel.unscoped(),
         required: false,
         include: [