Disable auto-switch to global feed

This commit is contained in:
styppo 2023-02-09 14:46:32 +00:00
parent 81b360ba42
commit e7098cd8e7
No known key found for this signature in database
GPG Key ID: 3AAA685C50724C28

View File

@ -132,7 +132,7 @@ export default defineComponent({
&& !this.contacts?.length
&& !this.initialized
) {
this.activeFeed = 'global'
// this.activeFeed = 'global'
this.initialized = true
}
},