mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 20:45:13 +00:00
copy upstream NoteCreateService changes to NoteEditService
This commit is contained in:
parent
3372e0ffe1
commit
326b2c254a
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ export class NoteEditService implements OnApplicationShutdown {
|
|||
noteVisibility: note.visibility,
|
||||
userId: user.id,
|
||||
userHost: user.host,
|
||||
channelId: data.channelId,
|
||||
});
|
||||
|
||||
if (!oldnote.hasPoll) {
|
||||
|
|
Loading…
Reference in a new issue