Fixed missing client name change update
This commit is contained in:
parent
cf7bd3b3c6
commit
c300949923
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ import {createErrorModal, createInputModal} from "tc-shared/ui/elements/Modal";
|
|||
import * as log from "tc-shared/log";
|
||||
import * as image_preview from "../image_preview";
|
||||
|
||||
declare function setInterval(handler: TimerHandler, timeout?: number, ...arguments: any[]): number;
|
||||
declare function setTimeout(handler: TimerHandler, timeout?: number, ...arguments: any[]): number;
|
||||
|
||||
interface LoadedSongData {
|
||||
|
|
|
@ -252,6 +252,7 @@ interface ClientNameState {
|
|||
|
||||
/* group prefix & suffix, away message */
|
||||
@BatchUpdateAssignment(BatchUpdateType.CHANNEL_TREE)
|
||||
@ReactEventHandler<ClientName>(e => e.props.client.events)
|
||||
class ClientName extends ReactComponentBase<ClientNameProperties, ClientNameState> {
|
||||
protected defaultState(): ClientNameState {
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue