forked from treehouse/mastodon
Fix local-only hashtag columns
parent
7a74e46b77
commit
e8714530a4
|
@ -134,6 +134,7 @@ export const expandHashtagTimeline = (hashtag, { maxId, tags, local } =
|
||||||
any: parseTags(tags, 'any'),
|
any: parseTags(tags, 'any'),
|
||||||
all: parseTags(tags, 'all'),
|
all: parseTags(tags, 'all'),
|
||||||
none: parseTags(tags, 'none'),
|
none: parseTags(tags, 'none'),
|
||||||
|
local: local,
|
||||||
}, done);
|
}, done);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue