]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-library/my-follows/my-followers.component.ts
Add mute status in account and channel pages
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-follows / my-followers.component.ts
index 4a72b983f95b1eeaa0a9d7dafffc7469dcf0cf1a..0dd9bf6f5fa212ee52128abb9a6cbcb0105e4472 100644 (file)
@@ -39,7 +39,7 @@ export class MyFollowersComponent implements OnInit {
     this.auth.userInformationLoaded.subscribe(() => {
       const channelFilters = this.auth.getUser().videoChannels.map(c => {
         return {
-          queryParams: { search: 'channel:' + c.name },
+          value: 'channel:' + c.name,
           label: c.name
         }
       })