tangled
alpha
login
or
join now
ansxor.ca
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
filter sync events from top collections
handle.invalid
1 month ago
31d26521
1824a317
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
views
stream
index.tsx
+1
-1
src/views/stream/index.tsx
···
136
136
const eventType = rawEventType.includes("#") ? rawEventType.split("#").pop() : rawEventType;
137
137
eventTypesMap[eventType] = (eventTypesMap[eventType] || 0) + 1;
138
138
139
139
-
if (eventType !== "account" && eventType !== "identity") {
139
139
+
if (eventType !== "account" && eventType !== "identity" && eventType !== "sync") {
140
140
const collection =
141
141
record.commit?.collection ||
142
142
record.op?.path?.split("/")[0] ||