about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/account_timeline/index.js
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-01-23 21:32:00 +0100
committerEugen Rochko <eugen@zeonfederated.com>2020-01-23 21:32:00 +0100
commit43daeccccb31a0145c48f41c4ba449f0a3967ef2 (patch)
tree6a203d39aef66addaeb253205ed74067e5f9f4f4 /app/javascript/mastodon/features/account_timeline/index.js
parenta8e46cf7a16857d6983c5c1878ab9914d3203f2b (diff)
Add “account timeline” filter category (#12918)
* Add “account timeline” filter category

Previously, no filter category applied to account timelines.

* Rename “Account timelines” into “Profiles”
Diffstat (limited to 'app/javascript/mastodon/features/account_timeline/index.js')
-rw-r--r--app/javascript/mastodon/features/account_timeline/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/features/account_timeline/index.js b/app/javascript/mastodon/features/account_timeline/index.js
index 8d0cbe5a1..37622d4c0 100644
--- a/app/javascript/mastodon/features/account_timeline/index.js
+++ b/app/javascript/mastodon/features/account_timeline/index.js
@@ -115,6 +115,7 @@ class AccountTimeline extends ImmutablePureComponent {
           shouldUpdateScroll={shouldUpdateScroll}
           emptyMessage={emptyMessage}
           bindToDocument={!multiColumn}
+          timelineId='account'
         />
       </Column>
     );