[MMO] Live Threads

xF2 Add-on [MMO] Live Threads 2.3.9

No permission to download
Shortened conditionals and got rid of unnecessary code blocks
Replaced multiple returns with early returns for better readability
Used DocumentFragment to reduce DOM repaints when adding multiple elements
Min require 2.3.0
Using new pattern XF
Refactoring
Fixed If the add-on is installed and the centrifuge is not available, it does not allow you to create a thread or reply to it.
Support XF 2.3.0
Min require XF 2.3.0 Beta 3
Use of tokens
To use live threads, you now need to set up a namespace.

Code:
{
  "token_hmac_secret_key": "",
  "admin_password": "",
  "admin_secret": "",
  "api_key": "",
  "allowed_origins": [
    "your_hosting",
  ],
  "namespaces": [
    {
      "name": "public"
    }
  ]
}
Using host and patch options for realtime

740Threads
2,312Messages
68,088Members
roneideborbaLatest member
Back