Shout - Private Messaging for Flarum
Now, I have this error
https://ibb.co/yqqZCKs
- Edited
0.2.0
- Fixed (hopefully) all Firefox issues. It was so broken on Firefox I'm confused how any of you used it at all on that browser.
- Removed 50 conversations limit. When a user nears this limit, they will be prompted to generate new keys on their end.
- Prefixed all routes with /shout
Note: I will be mostly unavailable in the near future as I will be moving and starting school. Please test and report any issues to me ASAP!
[deleted]
Kyrne There is an issue with the latest release. Nothing reported in the logs, but I see the below in the console.
Downgrading to 0.1.9 resolves the error and the site loads properly.
Version 0.2.0 bug. I downgraded it to version 0.1.19. The error has been fixed.
http://prntscr.com/u2ayuy
- Edited
Hey! Just thought I'd pop a message as I work through some bugs (and if anyone else has come across them) for 0.2.0 and Firefox.
PDOException SQLstate 42s21
Drop the referenced Column from your users table in SQL/MySQL (100% from a botched original install)
Invalid or Unexpected Character ','
No ] at end of line 544 (begins var _0x4ae4=[
) for file forum-####.js
TypeError: i is undefined
Currently working through Application.js
Peace,
Chris.
0.2.1
- Fix JS error on load
No clue why but my Github action failed and compiled the JS/Webassembly wrong, should work now.
Kyrne I cannot see the message sent.
0.2.2
- Various bug fixes
Gatsu Check out the migrations here: https://github.com/KyrneDev/Shout-public/tree/master/migrations
- Conversations table
- Conversation_user table
- user_encryption_keys table
- messages table
- PMSetup and unread_messages on Users table