Skip to content

Commit 50f4395

Browse files
committed
Change initial connection notification type.
1 parent a8a7ba6 commit 50f4395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/src/state/socketMiddleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const route = (store: Store, msg: MessageEvent<any>): void => {
6767
case MessageType.CONNECT:
6868
store.dispatch(setUsername(response.name));
6969
return {
70-
type: NotificationType.NOTIFY,
70+
type: NotificationType.SUCCESS,
7171
title: "Welcome, connection established.",
7272
detail: `IRC username ${response.name}`,
7373
timestamp

0 commit comments

Comments
 (0)