[Glitch] Federate pinned statuses over ActivityPub
Port 9110db41c5
to glitch
This commit is contained in:
@ -38,7 +38,10 @@ const makeMapStateToProps = () => {
|
||||
let account = undefined;
|
||||
let prepend = undefined;
|
||||
|
||||
if (reblogStatus !== null && typeof reblogStatus === 'object') {
|
||||
if (props.featured) {
|
||||
account = status.get('account');
|
||||
prepend = 'featured';
|
||||
} else if (reblogStatus !== null && typeof reblogStatus === 'object') {
|
||||
account = status.get('account');
|
||||
status = reblogStatus;
|
||||
prepend = 'reblogged_by';
|
||||
|
Reference in New Issue
Block a user