never filter own posts from timeline (#14128)
Signed-off-by: Thibaut Girka <thib@sitedethib.com> Co-authored-by: ash lea <example@thisismyactual.email>
This commit is contained in:
parent
419ad6248b
commit
791402af7c
@ -17,6 +17,8 @@ const makeGetStatusIds = (pending = false) => createSelector([
|
|||||||
const statusForId = statuses.get(id);
|
const statusForId = statuses.get(id);
|
||||||
let showStatus = true;
|
let showStatus = true;
|
||||||
|
|
||||||
|
if (statusForId.get('account') === me) return true;
|
||||||
|
|
||||||
if (columnSettings.getIn(['shows', 'reblog']) === false) {
|
if (columnSettings.getIn(['shows', 'reblog']) === false) {
|
||||||
showStatus = showStatus && statusForId.get('reblog') === null;
|
showStatus = showStatus && statusForId.get('reblog') === null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user