forked from mirror/pixelfed
Update Timeline component, add reaction bar back to network timeline
This commit is contained in:
parent
645f0eef08
commit
2bdb638c4f
|
@ -709,7 +709,7 @@
|
|||
recentFeed: this.scope === 'home' ? true : false,
|
||||
recentFeedMin: null,
|
||||
recentFeedMax: null,
|
||||
reactionBar: this.scope === 'network' ? false : true
|
||||
reactionBar: true
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue