No discussions or posts are being returned in RSS feeds for forums form Moodle 3.4.3 onwards.
The SQL queries in /mod/forum/rsslib.php for returning discussions and posts now include a WHERE clause with "AND p.deleted <> 0" which effectively only returns deleted discussions and posts.
Changing this to "AND p.deleted <> 1" returns actually current posts and discussions and generates correct RSS feeds for forums.
- duplicates
-
MDL-62543 New 'deleted' field for forum posts is used in the wrong way for rss feeds
-
- Closed
-