Notifications for a message we don't have access anymore are empty

Well, I can’t verify the reason for which the notification is empty because it’s… Empty, but I think it’s the reason.

From /my/notifications:

The icon doesn’t show up and there’s a missing title attribute.

HTML code of the notification:

<li class="notification read chat-message">
  <a title="[en.notifications.titles.chat_message]">
    <div class="icon-avatar user-avatar">
      <img lazy="lazy" src="https://d3bpeqsaub0i6y.cloudfront.net/user_avatar/meta.discourse.org/jammydodger/48/254611_2.png" width="48" height="48" class="avatar">
      <div class="icon-avatar__icon-wrapper">
        <svg class="fa d-icon d-icon-notification.chat_message svg-icon svg-string" xmlns="http://www.w3.org/2000/svg">
          <use href="#notification.chat_message"></use>
        </svg>
      </div>
    </div>
    <div>
      <!----><!---->        
    </div>
    <!---->      
  </a>
  <!---->
</li>
1 Like