mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
debug: stringify tags
This commit is contained in:
parent
06be0c0a50
commit
84a083bc7c
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ async function trackHashtags(event: Event): Promise<void> {
|
||||||
if (!tags.length) return;
|
if (!tags.length) return;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
debug('tracking tags:', tags);
|
debug('tracking tags:', JSON.stringify(tags));
|
||||||
await TrendsWorker.addTagUsages(event.pubkey, tags, date);
|
await TrendsWorker.addTagUsages(event.pubkey, tags, date);
|
||||||
} catch (_e) {
|
} catch (_e) {
|
||||||
// do nothing
|
// do nothing
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue