mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-06 15:14:23 +01:00
fix: reblogged field boolean value takes into account viewerPubkey
This commit is contained in:
@@ -73,7 +73,7 @@ const streamingController: AppController = (c) => {
|
||||
signal: AbortSignal.timeout(1000),
|
||||
});
|
||||
|
||||
const status = await renderReblog(event);
|
||||
const status = await renderReblog(event, { viewerPubkey: c.get('pubkey') });
|
||||
if (status) {
|
||||
send('update', status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user