Skip to content

Commit

Permalink
Call ReplaceUserReferences for scroll mode of $ShowHistory
Browse files Browse the repository at this point in the history
It's to convert user text to links, other modes already have it.
  • Loading branch information
sunnavy committed Apr 3, 2024
1 parent 43d165b commit 218ba4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/html/Ticket/Elements/ScrollShowHistory
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jQuery(function(){
if(html && transactions.length) {
lastTransactionId = transactions.last().data('transactionId');
jQuery(".history-container").append(html);
ReplaceUserReferences();
if ( transactions.filter(':not(.hidden.end-of-history-list)').length == 0 ) {
// if none is visible, automatically load more
isLoading = false;
Expand Down

0 comments on commit 218ba4a

Please sign in to comment.