Introduce followed log and following log
This commit is contained in:
parent
7942f76acb
commit
319e905bf9
14 changed files with 101 additions and 117 deletions
|
|
@ -46,8 +46,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
|
|||
|
||||
// Construct query
|
||||
const query = {
|
||||
followerId: user._id,
|
||||
deletedAt: { $exists: false }
|
||||
followerId: user._id
|
||||
} as any;
|
||||
|
||||
// ログインしていてかつ iknow フラグがあるとき
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue