Add: #400 検索結果(投稿)にフィルター (#563)

This commit is contained in:
KMY(雪あすか) 2024-02-16 18:43:33 +09:00 committed by GitHub
parent 76b5d4f2c6
commit f1ce14e396
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,7 @@ export const toServerSideType = (columnType: string) => {
case 'public':
case 'thread':
case 'account':
case 'explore':
return columnType;
default:
if (columnType.includes('list:') || columnType.includes('antenna:')) {