mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-07-14 12:48:03 +00:00
Link gallery uploads back to chat
This commit is contained in:
+1
-1
@@ -686,7 +686,7 @@ import { wireArrowUpRecall, getLastUserMessageFromChatHistory } from './composer
|
||||
|
||||
let ids = [];
|
||||
try {
|
||||
ids = await fileHandlerModule.uploadPending();
|
||||
ids = await fileHandlerModule.uploadPending({ sessionId: sessionModule.getCurrentSessionId() });
|
||||
} catch(e) {
|
||||
console.error('upload failed', e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user