File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/echo/compare/v1.8.1...master )
3
+ ## [ Unreleased] ( https://github.com/laravel/echo/compare/v1.9.0...master )
4
+
5
+
6
+ ## [ v1.9.0 (2020-10-13)] ( https://github.com/laravel/echo/compare/v1.8.1...v1.9.0 )
7
+
8
+ ### Added
9
+ - Register subscription succeeded callbacks ([ #288 ] ( https://github.com/laravel/echo/pull/288 ) )
4
10
5
11
6
12
## [ v1.8.1 (2020-07-31)] ( https://github.com/laravel/echo/compare/v1.8.0...v1.8.1 )
Original file line number Diff line number Diff line change 1
1
import { SocketIoChannel } from './socketio-channel' ;
2
2
3
3
/**
4
- * This class represents a Socket.io presence channel.
4
+ * This class represents a Socket.io private channel.
5
5
*/
6
6
export class SocketIoPrivateChannel extends SocketIoChannel {
7
7
/**
You can’t perform that action at this time.
0 commit comments