Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

deletePost does not broadcast over the firehose

オープン 初心者向け
#18 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
72/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
javascript
領域
api, backend

調査の方向性

rssnetwork.js の deletePost(1593 行付近)から始め、notification flow を 657 行付近の updateItem および 1908 行付近の likes handler と比較します。削除通知の形式を確認し、subscriber が削除イベントを受け取れるように firehose の動作を更新し、WordPress mirror などの consumer が削除された投稿を削除できることを確認します。

索引モデルが issue の本文から書いたものです。

説明

Summary

The /deletepost endpoint sets flDeleted = 1 in the database and updates S3, but never calls notifySocketSubscribers. As a result, firehose subscribers do not receive any notification when a post is deleted.

Expected behaviour

When a post is deleted, the firehose should broadcast an updatedItem (with flDeleted: true) or a new deletedItem verb so that subscribers can react — for example, by removing the mirrored post from a WordPress site.

Relevant code

rssnetwork.js, function deletePost (line ~1593). Compare with updateItem (line ~657) and the likes handler (line ~1908), both of which call notifySocketSubscribers after modifying an item.

Context

Found while building rsschat-wordpress-service, a server-side firehose subscriber that mirrors posts to WordPress. The mirror handles newItem and updatedItem correctly, but deletions on rss.chat are invisible to it.

主要言語
JavaScript
スター
37
フォーク
7
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

scripting/rss.chat のほかの issue

scripting/rss.chat の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。