Add content reader property to link_read event

This commit is contained in:
Jackson Harper
2024-01-02 09:37:18 +08:00
parent 17c4a9be37
commit 643748fffa
4 changed files with 8 additions and 5 deletions

View File

@ -25,6 +25,7 @@ import Views
.linkRead(
linkID: item.unwrappedID,
slug: item.unwrappedSlug,
reader: "WEB",
originalArticleURL: item.unwrappedPageURLString
)
)