mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add browserUrl.
This commit is contained in:
parent
ed31b7de70
commit
67405da3aa
@ -286,6 +286,11 @@
|
||||
this.api.admin.membersDelete({ memberId })
|
||||
}
|
||||
|
||||
// TODO: Refactor.
|
||||
public browserUrl(url: string) {
|
||||
this.websocket.send('browser/url', { url })
|
||||
}
|
||||
|
||||
/////////////////////////////
|
||||
// Component lifecycle
|
||||
/////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user