mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 04:42:39 +02:00
chore: removed content trunking for better UI
This commit is contained in:
parent
d86aaea125
commit
31982cea9a
9 changed files with 42 additions and 145 deletions
|
|
@ -66,7 +66,7 @@ class StreamingService:
|
|||
for source in group.get("sources", []):
|
||||
node = {
|
||||
"id": str(source.get("id", "")),
|
||||
"text": source.get("description", ""),
|
||||
"text": source.get("description", "").strip(),
|
||||
"url": source.get("url", ""),
|
||||
"metadata": {
|
||||
"title": source.get("title", ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue