Set fingerprint locally to avoid webgl rerenders + mem leaks BOD-132
This commit is contained in:
@@ -67,3 +67,8 @@ export const checkInstanceId = (uid) => ({
|
||||
export const setInstanceConflict = () => ({
|
||||
type: UserActionTypes.SET_INSTANCE_CONFLICT,
|
||||
});
|
||||
|
||||
export const setLocalFingerprint = (fingerprint) => ({
|
||||
type: UserActionTypes.SET_LOCAL_FINGERPRINT,
|
||||
payload: fingerprint,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user