diff options
author | friendica <info@friendica.com> | 2014-11-10 15:21:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-10 15:21:04 -0800 |
commit | 62094652333514e92f9f00699e14b9f49680bb64 (patch) | |
tree | f61a8410d6c469c5ae5b7b3aa69cfb8dd5a956a7 /boot.php | |
parent | 0b4575a40b5412f0497c50560b0510a304599086 (diff) | |
download | volse-hubzilla-62094652333514e92f9f00699e14b9f49680bb64.tar.gz volse-hubzilla-62094652333514e92f9f00699e14b9f49680bb64.tar.bz2 volse-hubzilla-62094652333514e92f9f00699e14b9f49680bb64.zip |
add public forum identification to libzot. No attempt is made to identify other types of forums or weird custom channel permissions. If the channel is auto-accept and taggable, it's a public forum.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -414,6 +414,7 @@ define ( 'XCHAN_FLAGS_ORPHAN', 0x0002); define ( 'XCHAN_FLAGS_CENSORED', 0x0004); define ( 'XCHAN_FLAGS_SELFCENSORED', 0x0008); define ( 'XCHAN_FLAGS_SYSTEM', 0x0010); +define ( 'XCHAN_FLAGS_PUBFORUM', 0x0020); define ( 'XCHAN_FLAGS_DELETED', 0x1000); /* * Traficlights for Administration of HubLoc |