discourse-solved/lib
Natalie Tay 9e9ac2862c
FIX: Some solved topics have no answers (#350)
As part of https://github.com/discourse/discourse-solved/pull/342, some discrepancies in the old implementation resulted in solved topics linking to posts that do not exist (dangling custom field value). Causing us to see the following when there are no `answer_post`

```
NoMethodError (undefined method `user' for nil)
```

This PR prevents the error.
2025-03-27 01:15:15 +08:00
..
discourse_assign DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00
discourse_automation DEV: Autoload and segregate features to prep for migration (#341) 2025-03-21 11:45:19 +08:00
discourse_dev DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08:00
discourse_solved FIX: Some solved topics have no answers (#350) 2025-03-27 01:15:15 +08:00