mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-21 11:13:47 +01:00
外部サーバーへの配送が行われない問題を修正 (たぶん) (#98)
This commit is contained in:
parent
f7ad3e847a
commit
53931ec59a
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ export class QueueService {
|
|||
};
|
||||
|
||||
await this.deliverQueue.addBulk(Array.from(inboxes.entries()).map(d => ({
|
||||
name: d[0],
|
||||
data: {
|
||||
user,
|
||||
content,
|
||||
|
|
Loading…
Add table
Reference in a new issue