mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-22 16:04:18 +01:00
debug: stringify tags
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user