1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
This commit is contained in:
Kegan Dougal
2022-11-01 11:08:47 +00:00
parent 81681f4090
commit 7ddd198df8
2 changed files with 3 additions and 4 deletions

View File

@@ -387,7 +387,7 @@ export class SlidingSync extends TypedEventEmitter<SlidingSyncEvent, SlidingSync
* useCustomSubscription.
* @param sub The subscription information.
*/
public addCustomSubscription(name: string, sub :MSC3575RoomSubscription) {
public addCustomSubscription(name: string, sub: MSC3575RoomSubscription) {
this.customSubscriptions[name] = sub;
}