forked from cory/tildefriends
		
	ssb: Unknown message types need some padding.
This commit is contained in:
		@@ -775,7 +775,7 @@ class TfMessageElement extends LitElement {
 | 
			
		||||
				}
 | 
			
		||||
			} else {
 | 
			
		||||
				return this.render_small_frame(
 | 
			
		||||
					html`<div class="w3-container"><b>type</b>: ${content.type}</div>`
 | 
			
		||||
					html`<div class="w3-container"><p><b>type</b>: ${content.type}</p></div>`
 | 
			
		||||
				);
 | 
			
		||||
			}
 | 
			
		||||
		} else if (typeof this.message.content == 'string') {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user