ユーザーマッチングを呼ぶとき、自分自身、フォロー済み、ブラックリスト、ボットを除く。
This commit is contained in:
parent
aad1ae656e
commit
760522312d
|
@ -416,7 +416,7 @@ function showMat() {
|
|||
var full=$("#his-acct").attr("fullname");
|
||||
var acct_id=$("#his-data").attr("use-acct");
|
||||
full=full.split("@");
|
||||
var start = "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-api.cgi?"+full[1]+"+" + full[0];
|
||||
var start = "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-filtered-api.cgi?"+full[1]+"+" + full[0];
|
||||
console.log(start);
|
||||
fetch(start, {
|
||||
method: 'GET',
|
||||
|
@ -451,4 +451,4 @@ function showMat() {
|
|||
});
|
||||
$("#his-matching-list-contents").html(templete);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user