削除された投稿はタイムライン上で表示しないようにする (#2887)

* Excepts deleted notes on query

* Hide deleted notes

* Use v-show
This commit is contained in:
MeiMei 2018-10-12 05:10:40 +09:00 committed by syuilo
parent 9535759787
commit 1a689f6641
10 changed files with 16 additions and 3 deletions

View file

@ -132,6 +132,8 @@ export default async (params: any, user: ILocalUser) => {
const query = {
$and: [{
deletedAt: null,
// フォローしている人の投稿
$or: followQuery,