Skip to content
Snippets Groups Projects

Do not collapse thread muted posts when it's expanded/on the thread page and do not collapse muted user's posts on muted user's profile page

Merged Tae Hoon requested to merge tae/pleroma-fe:656 into develop
7 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -42,7 +42,8 @@ const conversation = {
'statusId',
'collapsable',
'isPage',
'pinnedStatusIdsObject'
'pinnedStatusIdsObject',
'inProfile'
],
created () {
if (this.isPage) {
Loading