Update Timeline component, add reaction bar back to network timeline

This commit is contained in:
Daniel Supernault 2021-07-02 01:36:01 -06:00
parent 645f0eef08
commit 2bdb638c4f
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -709,7 +709,7 @@
recentFeed: this.scope === 'home' ? true : false,
recentFeedMin: null,
recentFeedMax: null,
reactionBar: this.scope === 'network' ? false : true
reactionBar: true
}
},