feat: initialize channel metadata in mjproxy and relay processing

This commit is contained in:
CaIon
2025-08-15 19:14:29 +08:00
parent f6ee0b9791
commit f8f0ee1e3e
2 changed files with 5 additions and 2 deletions

View File

@@ -318,8 +318,6 @@ func RelayMidjourney(c *gin.Context) {
return
}
relayInfo.InitChannelMeta(c)
var mjErr *dto.MidjourneyResponse
switch relayInfo.RelayMode {
case relayconstant.RelayModeMidjourneyNotify: