This commit is contained in:
syuilo
2020-02-18 08:05:27 +09:00
parent 4a585e8920
commit 1441fd93b9
37 changed files with 0 additions and 74 deletions

View File

@@ -21,8 +21,6 @@ setInterval(() => {
}, 3000);
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '投稿します。'
},

View File

@@ -9,8 +9,6 @@ import { Users } from '../../../../models';
import { ensure } from '../../../../prelude/ensure';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '指定した投稿を削除します。',
'en-US': 'Delete a note.'

View File

@@ -7,8 +7,6 @@ import { NoteFavorites } from '../../../../../models';
import { genId } from '../../../../../misc/gen-id';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '指定した投稿をお気に入りに登録します。',
'en-US': 'Favorite a note.'

View File

@@ -6,8 +6,6 @@ import { getNote } from '../../../common/getters';
import { NoteFavorites } from '../../../../../models';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '指定した投稿のお気に入りを解除します。',
'en-US': 'Unfavorite a note.'

View File

@@ -6,8 +6,6 @@ import { getNote } from '../../../common/getters';
import { ApiError } from '../../../error';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '指定した投稿にリアクションします。',
'en-US': 'React to a note.'

View File

@@ -6,8 +6,6 @@ import { ApiError } from '../../error';
import { Notes } from '../../../../models';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '指定した投稿を取得します。',
'en-US': 'Get a note.'

View File

@@ -4,8 +4,6 @@ import define from '../../define';
import { NoteFavorites, NoteWatchings } from '../../../../models';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '指定した投稿の状態を取得します。',
'en-US': 'Get state of a note.'

View File

@@ -6,8 +6,6 @@ import { getNote } from '../../../common/getters';
import { ApiError } from '../../../error';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '指定した投稿をウォッチします。',
'en-US': 'Watch a note.'

View File

@@ -6,8 +6,6 @@ import { getNote } from '../../../common/getters';
import { ApiError } from '../../../error';
export const meta = {
stability: 'stable',
desc: {
'ja-JP': '指定した投稿のウォッチを解除します。',
'en-US': 'Unwatch a note.'