summaryrefslogtreecommitdiff
path: root/src/models/blocking.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create type definition for 'deepcopy' (#4000)Acid Chicken (硫酸鶏)2019-02-011-1/+1
|
* [API] Include detailed user information for block/mute responsesyuilo2018-10-311-1/+3
|
* Remove needless async/awaitsyuilo2018-10-311-2/+2
|
* Clean upsyuilo2018-10-311-2/+2
|
* 良い感じにsyuilo2018-10-311-0/+41
|
* 物理削除系の処理を削除syuilo2018-10-291-28/+0
| | | | | これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難 論理削除でなんとかする
* User blocking (Following part) (#3035)MeiMei2018-10-291-0/+41
* block wip * UndoBlock * UnBlock * wip * follow * UI * fix