OdyseeTeam / odysee-frontend

The code that runs odysee.com
https://odysee.com
MIT License
209 stars 65 forks source link

Create channel entry with `setting.get` #3100

Closed keikari closed 3 months ago

keikari commented 3 months ago

Fixes

Commentron all ready supported creating the channel entry on setting.Get, but it needed a channel name to be also passed in the request.
https://github.com/OdyseeTeam/commentron/blob/8aa1adca3464a4ddbf4b39ab37d8ce514554034c/server/services/v2/settings/service.go#L46-L61

This seems to work now.

Also hometab sections will be blank again when there is an error, as now it should be a real error.