#615 Add check of Discussion
Closed: Fixed 9 months ago by mattia. Opened 2 years ago by bcotton.

We check mailing lists, but some mailing lists have been replaced by Fedora Discussion. It stands to reason that we should check there as well, however FESCo may have had a reason for not including it in the original, so let's check first.

The Discourse API supports this and we can get last seen or last post timestamps.

Parse it with something like jq '. | {last_seen: .user.last_seen_at}


I'm going to add this check before the next run.
It's not well documented, but I think we can retrieve last post from a user (starting a thread or replying to an existent one) with
user_actions.json?username=mattia&filter=4,5&limit=1

No parsing needed from our side.

Metadata Update from @mattia:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

9 months ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1451 Merged 9 months ago