a fun bot for the hc slack
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix private channel uploads

dunkirk.sh 1c8afe47 39ae37eb

verified
+2 -1
+2 -1
src/features/takes/handlers/upload.ts
··· 145 145 // Check if the message is from a private channel 146 146 if ( 147 147 payload.channel_type === "im" || 148 - payload.channel_type === "mpim" 148 + payload.channel_type === "mpim" || 149 + payload.channel_type === "group" 149 150 ) { 150 151 // Process all files in one batch for private channels 151 152 if (payload.files && payload.files.length > 0) {