Add user.conversation.floodControlTime
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / constants.php
index 487f9c503281b1685cc00416571b4d9b992f7f59..ff6452cd643f45213f60a80a39754541ab33a545 100644 (file)
@@ -2,16 +2,16 @@
 /**
  * Defines constants for autocompletion in IDEs. This file is not meant to be actively used anywhere!
  *
- * @author     Matthias Schmidt
- * @copyright  2001-2017 WoltLab GmbH
- * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    WoltLabSuite\Core
+ * @copyright  2001-2019 WoltLab GmbH
+ * @author    Matthias Schmidt
+ * @copyright    2001-2019 WoltLab GmbH
+ * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package    WoltLabSuite\Core
  */
 
 // option constants
 define('MODULE_CONVERSATION', 1);
 define('CONVERSATIONS_PER_PAGE', 10);
 define('CONVERSATION_MESSAGES_PER_PAGE', 20);
-define('CONVERSATION_REPLY_SHOW_MESSAGES_MAX', 10);
 define('CONVERSATION_LIST_DEFAULT_SORT_FIELD', 'lastPostTime');
 define('CONVERSATION_LIST_DEFAULT_SORT_ORDER', 'DESC');