mark_publications_read
Mark new publications as read using their IDs, clearing them from the queue and stamping with a read time to prevent resurfacing.
Instructions
Mark new publications as read by their IDs.
Clears items from the "new publications" queue once the user has seen them,
stamping each with a read time so they stop resurfacing. Use the IDs
returned by get_new_publications.
Args:
ids: List of new_publications row IDs to mark as read; an empty list is
a no-op.
Returns:
A confirmation message with the count of publications marked as read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |