various fixes after the merge

This commit is contained in:
dakkar 2024-05-31 12:55:53 +01:00
parent 1169614b7c
commit bf710428eb
3 changed files with 6 additions and 8 deletions

View file

@ -524,7 +524,7 @@ export class NoteEditService implements OnApplicationShutdown {
noteVisibility: note.visibility,
userId: user.id,
userHost: user.host,
channelId: data.channelId,
channelId: data.channel ? data.channel.id : null,
});
if (!oldnote.hasPoll) {