js errors with raw message-id, string update

This commit is contained in:
Hubzilla
2017-01-20 12:03:46 -08:00
parent f57926d9ec
commit ece1dd1d7e
4 changed files with 892 additions and 723 deletions

View File

@@ -409,7 +409,7 @@ class ThreadItem {
'comment' => $this->get_comment_box($indent),
'previewing' => ($conv->is_preview() ? ' preview ' : ''),
'wait' => t('Please wait'),
'submid' => base64_encode(substr($item['mid'],0,32)),
'submid' => str_replace(['+','='], ['',''], base64_encode(substr($item['mid'],0,32))),
'thread_level' => $thread_level
);