add username-based search to activity stream

This commit is contained in:
John Mitchell 2021-01-14 11:16:34 -05:00
parent 7c57a8e5d0
commit cec5a77762

View File

@ -195,6 +195,10 @@ function ActivityStream({ i18n }) {
key: 'search',
isDefault: true,
},
{
name: i18n._(t`Initiated by (username)`),
key: 'actor__username__icontains',
},
]}
toolbarSortColumns={[
{