Load previous messages button is missing

Created on 30 October 2019, over 4 years ago
Updated 19 January 2024, 5 months ago

I placed the inblox block in the sidebar of the "private_messages" page for easier navigation. The "Load previous" messages button is loading properly on first load. However, when you clicked on each thread on the sidebar, the button is no longer rendering.

I started debugging the init() function within the private_message_thread.js file and looks like it's beeninitialized when page is loaded. I had to add the context as parameter to be able to see the document being loaded when clicking on each thread and set the initialized back to false.

if ($(context).attr('id') && $(context).attr('id') == 'private-message-page') {
  initialized = false;
}

I hope there's another workaround than the code provided above or maybe a quick patch to fix the issue. Thanks!

πŸ› Bug report
Status

Closed: outdated

Version

1.2

Component

User interface

Created by

πŸ‡΅πŸ‡­Philippines madelyncruz

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024