copy upstream NoteCreateService changes to NoteEditService

This commit is contained in:
dakkar 2024-05-31 12:32:31 +01:00
parent 3372e0ffe1
commit 326b2c254a

View file

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