diff --git a/src/index.ts b/src/index.ts index b94d771..a875e04 100644 --- a/src/index.ts +++ b/src/index.ts @@ -185,7 +185,7 @@ function categorizeReactions(reactions:Array>) : {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'){