Add local only to hashtag timeline (#13502)

This commit is contained in:
Takeshi Umeda
2020-04-19 04:52:39 +09:00
committed by GitHub
parent a1ce9cbb67
commit 2c7128c7f0
7 changed files with 36 additions and 17 deletions

View File

@ -12,5 +12,5 @@
%h1= "##{@tag.name}"
%p= t('about.about_hashtag_html', hashtag: @tag.name)
#mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name)) }}
#mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name, local: @local)) }}
#modal-container