Facets finally worke
This commit is contained in:
parent
3b665e8ca8
commit
c5dc257261
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ export async function CreatePost(DID, Text, ContentWarning = undefined, Tags = [
|
||||||
"tag": i
|
"tag": i
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
LengthStuff += 1;
|
LengthStuff = LengthStuff + i.length + 1;
|
||||||
}
|
}
|
||||||
Record.facets = Facets;
|
Record.facets = Facets;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue