[MMO] Live Threads

[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
Add user typing
Fixed a bug with other thread types.
Fixed a bug where the message's appearance would change in a way that was not consistent with the thread type.
Thanks a lot for testing and providing bugs @rdn
  • Love
Reactions: rdn
Fix bug when editing and reaction reload post.
JS optimization
Delete useless options
Fix wrong name for js
Support for real-time message updating and changing it to different states, from editing it to adding a reaction.
Minimum requirement [MMO] Centrifugo 2.3.2
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.
JSON:
{
  "token_hmac_secret_key": "",
  "admin_password": "",
  "admin_secret": "",
  "api_key": "",
  "allowed_origins": [
    "your_hosting",
  ],
  "namespaces": [
    {
      "name": "public"
    }
  ]
}
Using host and patch options for realtime
  • Like
Reactions: prisnilos
Back
Top Bottom