forked from cory/tildefriends
		
	ssb: We can load more messages by author, now.
This commit is contained in:
		| @@ -77,6 +77,9 @@ class TfTabNewsFeedElement extends LitElement { | ||||
| 						FROM mine | ||||
| 						JOIN messages_refs ON mine.id = messages_refs.ref | ||||
| 						JOIN messages ON messages_refs.message = messages.id | ||||
| 						WHERE | ||||
| 							mine.timestamp >= ?2 AND | ||||
| 							mine.timestamp < ?3 | ||||
| 					UNION | ||||
| 					SELECT * FROM mine | ||||
| 					WHERE | ||||
| @@ -345,10 +348,7 @@ class TfTabNewsFeedElement extends LitElement { | ||||
| 			this.load_messages(); | ||||
| 		} | ||||
| 		let more; | ||||
| 		if ( | ||||
| 			this.hash == '#@' || | ||||
| 			(!this.hash.startsWith('#@') && !this.hash.startsWith('#%')) | ||||
| 		) { | ||||
| 		if (!this.hash.startsWith('#%')) { | ||||
| 			more = html` | ||||
| 				<p> | ||||
| 					<button class="w3-button w3-theme-d1" @click=${this.mark_all_read}> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user