This commit is contained in:
hal9000PR
2021-07-31 14:50:17 +01:00
committed by GitHub
parent 6b326123ac
commit 33eaf68d42
+2 -1
View File
@@ -226,7 +226,8 @@
if(now >= m["publish_time"])
var/datum/feed_message/FM = locateUID(m["uid"])
if(FM && !(FM.censor_flags & CENSOR_STORY))
FM.view_count++
if(isliving(user))
FM.view_count++
m["view_count"] = FM.view_count
// Update the last viewed times for the user
LAZYINITLIST(last_views[user_name])