diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-13 15:34:17 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-09-13 15:38:04 -0400 |
| commit | 09deb69bc78fb5cfd3d9ff2455a5632ed71dd14b (patch) | |
| tree | bbc6974b641a830d7a87846a4a3c685178cdb929 /src/components/user_profile | |
| parent | 09db4ceb1a1ffbd1886648142f2cc2b287dcb5c9 (diff) | |
do not collapse muted user's posts on muted user's profile page
Diffstat (limited to 'src/components/user_profile')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 42516916..c380d2dc 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -26,6 +26,7 @@ timeline-name="user" :user-id="userId" :pinned-status-ids="user.pinnedStatusIds" + :force-unmute="true" /> <div v-if="followsTabVisible" |
