forked from admin/zeropost-engine
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:
@@ -185,6 +185,7 @@ async function deleteChannel(channelId, userId) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getChannel: getFullChannel, // алиас для обратной совместимости
|
||||
getFullChannel,
|
||||
listChannels,
|
||||
createChannel,
|
||||
|
||||
Reference in New Issue
Block a user