mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 15:12:34 +01:00
Merge branch 'main' into feature/reactive-cache-async-migration
This commit is contained in:
commit
5212f3beb3
328 changed files with 15124 additions and 3392 deletions
|
|
@ -150,7 +150,7 @@ if (Meteor.isServer) {
|
|||
readStream.on('end', () => {
|
||||
const fileBuffer = Buffer.concat(chunks);
|
||||
const base64Data = fileBuffer.toString('base64');
|
||||
|
||||
|
||||
resolve({
|
||||
success: true,
|
||||
attachmentId: attachmentId,
|
||||
|
|
@ -438,7 +438,7 @@ if (Meteor.isServer) {
|
|||
|
||||
try {
|
||||
const strategy = fileStoreStrategyFactory.getFileStrategy(attachment, 'original');
|
||||
|
||||
|
||||
return {
|
||||
success: true,
|
||||
attachmentId: attachment._id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue