mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update Timeline component, add reaction bar back to network timeline
This commit is contained in:
parent
645f0eef08
commit
2bdb638c4f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue