fix: missing Peer ops in categorizeReactions
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ function categorizeReactions<C>(reactions:Array<Reaction_T<C>>) : {sideEffects:A
|
||||
else if(reaction.type === 'ContextMutation'){
|
||||
contextMutations.push(reaction);
|
||||
}
|
||||
else if(reaction.type === 'SetPeer'){
|
||||
else if(reaction.type === 'SetPeer' || reaction.type === 'SetPeers' || reaction.type === 'AddPeers'){
|
||||
peerings.push(reaction);
|
||||
}
|
||||
else if(reaction.type === 'Goto'){
|
||||
|
||||
Reference in New Issue
Block a user