Extract network name from ISUPPORT

This commit is contained in:
Simon Ser
2021-01-22 11:43:47 +01:00
parent b3f8b0c97d
commit 51523f4014
3 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -1020,7 +1020,7 @@ export default class App extends Component {
return html`
<section id="buffer-list">
<${BufferList} buffers=${this.state.buffers} activeBuffer=${this.state.activeBuffer} onBufferClick=${this.handleBufferListClick}/>
<${BufferList} buffers=${this.state.buffers} networks=${this.state.networks} activeBuffer=${this.state.activeBuffer} onBufferClick=${this.handleBufferListClick}/>
<div class="actions">
<a href="#" onClick=${this.handleJoinClick}>Join channel</a>
</div>