mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
Fix an issue with the following directory features not working.
This commit is contained in:
parent
7cecff0ef9
commit
8ce07a5603
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
<div class="list-header">4.0.0-beta1.6<span>@e81b570ec2664e4cd19c</span> <time datetime="2018-03-19">(2018-03-19)</time></div>
|
||||||
|
<ul class="chat-menu-content menu-side-padding">
|
||||||
|
<li>Fixed: Following Directory features not working correctly.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<div class="list-header">4.0.0-beta1.6<span>@3402c0380be5b35d7f16</span> <time datetime="2018-03-15">(2018-03-15)</time></div>
|
<div class="list-header">4.0.0-beta1.6<span>@3402c0380be5b35d7f16</span> <time datetime="2018-03-15">(2018-03-15)</time></div>
|
||||||
<ul class="chat-menu-content menu-side-padding">
|
<ul class="chat-menu-content menu-side-padding">
|
||||||
<li>Added: Support for custom moderator badge images.</li>
|
<li>Added: Support for custom moderator badge images.</li>
|
||||||
|
|
|
@ -173,7 +173,7 @@ export default class Following extends SiteModule {
|
||||||
'data.currentUser.followedLiveUsers.nodes.0.profileImageURL'
|
'data.currentUser.followedLiveUsers.nodes.0.profileImageURL'
|
||||||
);
|
);
|
||||||
|
|
||||||
if (this.router.match[1] === 'following') {
|
if (!this.router.match[1] || this.router.match[1] === 'following') {
|
||||||
this.apollo.ensureQuery(
|
this.apollo.ensureQuery(
|
||||||
'FollowedIndex_CurrentUser',
|
'FollowedIndex_CurrentUser',
|
||||||
n =>
|
n =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue