デグレの修正

This commit is contained in:
mesi 2024-01-22 04:43:43 +00:00
parent 6c821178ef
commit 4910f315d4
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ export function post(props: Record<string, any> = {}): Promise<void> {
// もちろん複数のpost formを開けること自体Misskeyサイドのバグなのだが // もちろん複数のpost formを開けること自体Misskeyサイドのバグなのだが
const route = mainRouter.getCurrentPath().split('/'); const route = mainRouter.getCurrentPath().split('/');
if (route[1] === 'channels') props = { if (route[1] === 'channels' && !props.channel) props = {
...props, ...props,
// 本当はチャンネル名や色もほしいけどどっからとってこよう // 本当はチャンネル名や色もほしいけどどっからとってこよう
channel: { channel: {