[PR #1106] [MERGED] [FIX]Displaying multiple messages with the same content for a given a… #1272

Closed
opened 2026-02-25 21:37:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1106
Author: @christer77
Created: 6/30/2024
Status: Merged
Merged: 11/5/2024
Merged by: @kroky

Base: masterHead: Fix-Displaying-multiple-messages-with-the-same-content-for-a-given-action


📝 Commits (1)

  • b4a721d [FIX]Displaying multiple messages with the same content for a given action

📊 Changes

3 files changed (+1 additions, -8 deletions)

View changed files

📝 modules/core/site.js (+1 -1)
📝 modules/imap/handler_modules.php (+0 -6)
📝 modules/nux/modules.php (+0 -1)

📄 Description

Displaying multiple messages with the same content for a given action

Here are 2 cases that this PR solves:

  1. First case: After sending a message, and you have 2 or 3 tabs open, you keep that the message indicating that "the message is sent" is displayed several times on the other tabs open.

Ilistration:
01-first-case

  1. 2nd case: When deleting a message in inline mode, we have the message "Message deleted" which also comes up as many times.
    Ilistration:
    02-second-case

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1106 **Author:** [@christer77](https://github.com/christer77) **Created:** 6/30/2024 **Status:** ✅ Merged **Merged:** 11/5/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `Fix-Displaying-multiple-messages-with-the-same-content-for-a-given-action` --- ### 📝 Commits (1) - [`b4a721d`](https://github.com/cypht-org/cypht/commit/b4a721d6941ebfbf4d9a13eff492c3a533e59d12) [FIX]Displaying multiple messages with the same content for a given action ### 📊 Changes **3 files changed** (+1 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/site.js` (+1 -1) 📝 `modules/imap/handler_modules.php` (+0 -6) 📝 `modules/nux/modules.php` (+0 -1) </details> ### 📄 Description Displaying multiple messages with the same content for a given action Here are 2 cases that this PR solves: 1. First case: After sending a message, and you have 2 or 3 tabs open, you keep that the message indicating that "the message is sent" is displayed several times on the other tabs open. Ilistration: ![01-first-case](https://github.com/cypht-org/cypht/assets/62720246/e5e7c5e6-698c-45c0-8758-6b27b7775107) 3. 2nd case: When deleting a message in inline mode, we have the message "Message deleted" which also comes up as many times. Ilistration: ![02-second-case](https://github.com/cypht-org/cypht/assets/62720246/b639d913-6b65-4c36-9228-5861938bf26e) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1272
No description provided.