Merge pull request #5 from hakaba-hitoyo/patch-1

ユーザーマッチングを呼ぶとき、自分自身、フォロー済み、ブラックリスト、ボットを除く。
This commit is contained in:
Cutls 2018-07-07 21:22:16 +09:00 committed by GitHub
commit 1cfe24ba94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
});
}
}