feat: search profiles

This commit is contained in:
2023-01-28 16:31:03 +00:00
parent 81a928a11c
commit 27b041a894
4 changed files with 12 additions and 2 deletions

View File

@ -48,6 +48,7 @@ export default function useTimelineFeed(subject: TimelineSubject, options: Timel
break;
}
case "keyword": {
sub.Kinds.add(EventKind.SetMetadata);
sub.Search = subject.items[0];
break;
}