1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-13 02:23:01 +01:00

- [modules] marked post as read.

This commit is contained in:
cage 2021-11-30 21:14:15 +01:00
parent 08c2c7aab5
commit 13505665bd

View File

@ -33,6 +33,9 @@
(status-id (db:row-message-status-id row)))
(when (or (scan scanner user)
(scan scanner subject))
(db:mark-status-red-p timeline-type
timeline-folder
status-id)
(db:mark-status-deleted-p timeline-type
timeline-folder
status-id))))