forked from cory/tildefriends
		
	ssb: We don't have to wait for channel status to finish load.
This commit is contained in:
		| @@ -379,7 +379,7 @@ class TfElement extends LitElement { | ||||
| 			}; | ||||
| 			by_count.push({count: v.of, id: id}); | ||||
| 		} | ||||
| 		let channels_latest = this.load_channels_latest(Object.keys(following)); | ||||
| 		this.load_channels_latest(Object.keys(following)); | ||||
| 		this.channels_unread = JSON.parse( | ||||
| 			(await tfrpc.rpc.databaseGet('unread')) ?? '{}' | ||||
| 		); | ||||
| @@ -393,7 +393,6 @@ class TfElement extends LitElement { | ||||
| 			'users' | ||||
| 		); | ||||
| 		start_time = new Date(); | ||||
| 		await channels_latest; | ||||
| 		this.following = Object.keys(following); | ||||
| 		this.users = users; | ||||
| 		console.log(`load finished ${whoami} => ${this.whoami}`); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user