0
0
Fork 0

Add “account timeline” filter category (#12918)

* Add “account timeline” filter category

Previously, no filter category applied to account timelines.

* Rename “Account timelines” into “Profiles”
This commit is contained in:
ThibG 2020-01-23 21:32:00 +01:00 committed by Eugen Rochko
parent a8e46cf7a1
commit 43daeccccb
4 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,7 @@ const toServerSideType = columnType => {
case 'notifications':
case 'public':
case 'thread':
case 'account':
return columnType;
default:
if (columnType.indexOf('list:') > -1) {