Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Allow plugins to delete messages

未關閉
#7 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
5/5
預估耗時
一週以上
新手友好度
30/100
Issue 類型
功能
描述清晰度
基本清楚
活躍度
停滯
技術堆疊
go

研究方向

從 plugin API 的 SendMessage 入口開始,檢視 plugin 目前如何定位訊息。將所要求的個別訊息刪除行為和整個應用程式範圍的刪除行為與 gotify/server issue #266 進行比較,然後定義雙方在實作前必須支援的訊息 ID 與刪除語意。完成的條件是 API 契約清楚涵蓋這兩種刪除範圍。

由索引模型根據 Issue 內容生成。

描述

Allowing plugins to either delete individual messages or all messages of their respective application would add significant flexibility.

To be able to delete individual messages the SendMessage would also have to return some kind of message ID, so that the plugin knows which message to delete.

Together with https://github.com/gotify/server/issues/266 this could be utilized so that a plugin can discard a message on all connected clients given some certain event.

主要語言
Go
星號
16
分支
4
PR 合併指標
30 天內沒有已合併 PR

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

gotify/plugin-api 的其他 Issue

查看 gotify/plugin-api 的全部 Issue

相似的 Issue

更多 Go Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。