mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-26 17:29:53 +01:00
- Entering a webfinger handle in search bar will override default `searchIn` to `users` - When an activitypub uri is entered, it is fetched and its `type` is checked. If `type` is `user`, a user search is conducted instead. If `type` is not post-like or user-like, a regular full-text search is performed (prior, it just threw an exception!)