权限管理
| 用户 \ Topic | {% for topic in topics %}{{ topic.name }} | {% endfor %}
|---|---|
| {{ user.username }} | {% for topic in topics %}
{% set p = perm_map.get((user.id, topic.id), {}) %}
|
{% endfor %}
P = 推送,S = 订阅