mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
Resolve conflicts
This commit is contained in:
@@ -50,7 +50,7 @@ function extractDomainsOne(id) {
|
||||
|
||||
// Fetch recent posts
|
||||
const recentPosts = await Post.find({
|
||||
user_id: id,
|
||||
userId: id,
|
||||
text: {
|
||||
$exists: true
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ function extractKeywordsOne(id) {
|
||||
|
||||
// Fetch recent posts
|
||||
const recentPosts = await Post.find({
|
||||
user_id: id,
|
||||
userId: id,
|
||||
text: {
|
||||
$exists: true
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ export async function predictOne(id) {
|
||||
|
||||
// TODO: repostなども含める
|
||||
const recentPosts = await Post.find({
|
||||
user_id: id,
|
||||
userId: id,
|
||||
category: {
|
||||
$exists: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user