Fix ImplicitRelationships & RelationshipNotifier (#3539)
This commit is contained in:
parent
1142cab05c
commit
310d8e6140
3 changed files with 4 additions and 5 deletions
2
src/webpack/common/types/stores.d.ts
vendored
2
src/webpack/common/types/stores.d.ts
vendored
|
|
@ -255,5 +255,5 @@ export class RelationshipStore extends FluxStore {
|
|||
getSince(userId: string): string;
|
||||
|
||||
/** @returns Format: [userId: Enum value from constants.RelationshipTypes] */
|
||||
getMutableRelationships(): Record<number, number>;
|
||||
getMutableRelationships(): Map<string, number>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue