Skip to content

fix forum ping results - the term query requires xchan_name instead of…

Mario requested to merge mario/core:dev into dev

fix forum ping results - the term query requires xchan_name instead of xchan_hash. also improve the query itself - item_permission_sql() is redundant here since we always deal with local_host() and use count(id) instead of sum(item_unseen) to get the unseen count

Merge request reports