1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Search channels against handles and not names

This commit is contained in:
Chocobozzz 2021-07-29 10:27:24 +02:00
parent fbd67e7f38
commit b033851fb5
No known key found for this signature in database
GPG key ID: 583A612D890159BE
17 changed files with 87 additions and 34 deletions

View file

@ -1,4 +1,5 @@
import { omit, pick } from 'lodash'
import { omit } from 'lodash'
import { pick } from '@shared/core-utils'
import {
HttpStatusCode,
MyUser,