various fixes after the merge
This commit is contained in:
parent
1169614b7c
commit
bf710428eb
3 changed files with 6 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue