fix: getChannel arg order, postImages via Nyxos /images/generations

generate.js: getChannel(userId, channelId) → getChannel(channelId, userId)
channels.js: getChannel alias → getFullChannel
postImages.js: убран /responses + gpt-5.5 (не работал на aiprimetech),
  заменён на Nyxos /images/generations с fallback на aiguoguo
This commit is contained in:
Ник (Claude)
2026-06-10 17:45:18 +03:00
parent 80d1885feb
commit c7f0b3ed4d
3 changed files with 39 additions and 53 deletions
+1
View File
@@ -185,6 +185,7 @@ async function deleteChannel(channelId, userId) {
}
module.exports = {
getChannel: getFullChannel, // алиас для обратной совместимости
getFullChannel,
listChannels,
createChannel,