Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I hope to display some content to users who have replied to this topic. Similar to Flarum's Reply to See plugin. This is a very popular and useful feature. So how to determine if a user has replied to a certain topic?
This will return true if user replied to the topic.
await db.isSortedSetMember(`tid:${tid}:posters`, uid);