tazjin / converse

A simple forum software
GNU Affero General Public License v3.0
16 stars 1 forks source link

Implement closing of threads #14

Closed tazjin closed 6 years ago

tazjin commented 6 years ago

Adds a closed indicator to the thread model (heh) which will set a post to closed and prevent new responses from being added.

This closes #10.