ssb: sequence: Sequential 32-bit integer starting at 1.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build Tilde Friends / Build-All (push) Successful in 32m2s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build Tilde Friends / Build-All (push) Successful in 32m2s
				
			This commit is contained in:
		| @@ -204,7 +204,7 @@ class TfNewsElement extends LitElement { | ||||
| 			this.finalize_messages(messages_by_id) | ||||
| 		); | ||||
| 		let unread_rowid = -1; | ||||
| 			if (this.unread_allowed()) { | ||||
| 		if (this.unread_allowed()) { | ||||
| 			for (let message of final_messages) { | ||||
| 				if (message.rowid >= this.channel_unread) { | ||||
| 					unread_rowid = message.rowid; | ||||
|   | ||||
| @@ -428,11 +428,16 @@ class TfTabNewsFeedElement extends LitElement { | ||||
| 		if (!this.hash.startsWith('#%')) { | ||||
| 			more = html` | ||||
| 				<p> | ||||
| 					${this.unread_allowed() ? html` | ||||
| 						<button class="w3-button w3-theme-d1" @click=${this.mark_all_read}> | ||||
| 							Mark All Read | ||||
| 						</button> | ||||
| 					` : undefined} | ||||
| 					${this.unread_allowed() | ||||
| 						? html` | ||||
| 								<button | ||||
| 									class="w3-button w3-theme-d1" | ||||
| 									@click=${this.mark_all_read} | ||||
| 								> | ||||
| 									Mark All Read | ||||
| 								</button> | ||||
| 							` | ||||
| 						: undefined} | ||||
| 					<button | ||||
| 						?disabled=${this.loading} | ||||
| 						class="w3-button w3-theme-d1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user