Don't show boosts and likes for "all" and "local" in timelines #781

已合併
elegaanz 將 1 次提交從 dedup-articles 合併至 master 4 年前
elegaanz 已留言 4 年前 (已從 github.com 遷移)

The fix was quite easy actually 😅 I think it is just that it wasn't clear enough for us that local/all shouldn't match boosts and likes, but only new posts.

Fixes #711

The fix was quite easy actually :sweat_smile: I think it is just that it wasn't clear enough for us that `local`/`all` shouldn't match boosts and likes, but only new posts. Fixes #711
igalic (已從 github.com 遷移) 核可了這些變更 4 年前
codecov[bot] 已留言 4 年前 (已從 github.com 遷移)

Codecov Report

Merging #781 into master will decrease coverage by 0.01%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #781      +/-   ##
==========================================
- Coverage   39.08%   39.07%   -0.02%     
==========================================
  Files          73       73              
  Lines        9736     9736              
  Branches     2227     2227              
==========================================
- Hits         3805     3804       -1     
+ Misses       4879     4878       -1     
- Partials     1052     1054       +2     
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/781?src=pr&el=h1) Report > Merging [#781](https://codecov.io/gh/Plume-org/Plume/pull/781?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/ef70cb93e6d9457355bce4f6dae485c700bb07c6&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `50.00%`. ```diff @@ Coverage Diff @@ ## master #781 +/- ## ========================================== - Coverage 39.08% 39.07% -0.02% ========================================== Files 73 73 Lines 9736 9736 Branches 2227 2227 ========================================== - Hits 3805 3804 -1 + Misses 4879 4878 -1 - Partials 1052 1054 +2 ```
Chostakovitch 已留言 4 年前 (已從 github.com 遷移)

Marvellous ! Thank you ! :D

Marvellous ! Thank you ! :D

審核者

此合併請求已被合併為 297d9fcf40
您也可以查看命令列指南

第一步:

在您的儲存庫中切換到新分支並測試變更。
git checkout -b dedup-articles master
git pull origin dedup-articles

第二步:

合併變更並更新到 Forgejo。
git checkout master
git merge --no-ff dedup-articles
git push origin master
登入 才能加入這對話。
沒有審核者
未選擇里程碑
沒有負責人
1 參與者
通知
截止日期
截止日期無效或超出範圍,請使用「yyyy-mm-dd」的格式。

未設定截止日期。

先決條件

未設定先決條件。

參考: Plume/Plume#781
載入中…
尚未有任何內容