Hey all @!
Hubzilla Support Forum I had some issues with the channel on my hub. For some reason my main channel location got marked as deleted on the database - without me actively deleting it in the GUI. I was able to restore most of the issues by marking the channel as not deleted and marking the secondary channel location as such:
pdate hubloc set hubloc_deleted=0 where hubloc_addr like 'navigium@grindcore.ch';
update hubloc set hubloc_primary=0 where hubloc_addr like 'navigium@hub.volse.no' and hubloc_deleted=0;
Now almost everything is back to normal. Only the GUI still shows the wrong primary channel location. Posts still list hub.volse.no as location:

Any idea what's affecting this?
This post is also a test because before I fixed the locations I wasn't able to post to the hubzilla forum anymore.
--beni