diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-29 20:32:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-29 20:32:18 +0900 |
| commit | cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f (patch) | |
| tree | 318279530d3392ee40d91968477fc0e78d5cf0f7 /src/server/common | |
| parent | Update .travis.yml (diff) | |
| download | misskey-cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f.tar.gz misskey-cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f.tar.bz2 misskey-cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f.zip | |
整理した
Diffstat (limited to '')
| -rw-r--r-- | src/common/get-notification-summary.ts (renamed from src/server/common/get-notification-summary.ts) | 0 | ||||
| -rw-r--r-- | src/common/get-post-summary.ts (renamed from src/server/common/get-post-summary.ts) | 0 | ||||
| -rw-r--r-- | src/common/get-reaction-emoji.ts (renamed from src/server/common/get-reaction-emoji.ts) | 0 | ||||
| -rw-r--r-- | src/common/othello/ai/back.ts (renamed from src/server/common/othello/ai/back.ts) | 2 | ||||
| -rw-r--r-- | src/common/othello/ai/front.ts (renamed from src/server/common/othello/ai/front.ts) | 2 | ||||
| -rw-r--r-- | src/common/othello/ai/index.ts (renamed from src/server/common/othello/ai/index.ts) | 0 | ||||
| -rw-r--r-- | src/common/othello/core.ts (renamed from src/server/common/othello/core.ts) | 0 | ||||
| -rw-r--r-- | src/common/othello/maps.ts (renamed from src/server/common/othello/maps.ts) | 0 | ||||
| -rw-r--r-- | src/common/user/get-acct.ts (renamed from src/server/common/user/get-acct.ts) | 0 | ||||
| -rw-r--r-- | src/common/user/get-summary.ts (renamed from src/server/common/user/get-summary.ts) | 2 | ||||
| -rw-r--r-- | src/common/user/parse-acct.ts (renamed from src/server/common/user/parse-acct.ts) | 0 |
11 files changed, 3 insertions, 3 deletions
diff --git a/src/server/common/get-notification-summary.ts b/src/common/get-notification-summary.ts index 03db722c84..03db722c84 100644 --- a/src/server/common/get-notification-summary.ts +++ b/src/common/get-notification-summary.ts diff --git a/src/server/common/get-post-summary.ts b/src/common/get-post-summary.ts index 8d0033064f..8d0033064f 100644 --- a/src/server/common/get-post-summary.ts +++ b/src/common/get-post-summary.ts diff --git a/src/server/common/get-reaction-emoji.ts b/src/common/get-reaction-emoji.ts index c661205379..c661205379 100644 --- a/src/server/common/get-reaction-emoji.ts +++ b/src/common/get-reaction-emoji.ts diff --git a/src/server/common/othello/ai/back.ts b/src/common/othello/ai/back.ts index 629e57113b..0950adaa9f 100644 --- a/src/server/common/othello/ai/back.ts +++ b/src/common/othello/ai/back.ts @@ -8,7 +8,7 @@ import * as request from 'request-promise-native'; import Othello, { Color } from '../core'; -import conf from '../../../../conf'; +import conf from '../../../conf'; let game; let form; diff --git a/src/server/common/othello/ai/front.ts b/src/common/othello/ai/front.ts index fb7a9be131..e5496132f6 100644 --- a/src/server/common/othello/ai/front.ts +++ b/src/common/othello/ai/front.ts @@ -10,7 +10,7 @@ import * as childProcess from 'child_process'; const WebSocket = require('ws'); import * as ReconnectingWebSocket from 'reconnecting-websocket'; import * as request from 'request-promise-native'; -import conf from '../../../../conf'; +import conf from '../../../conf'; // 設定 //////////////////////////////////////////////////////// diff --git a/src/server/common/othello/ai/index.ts b/src/common/othello/ai/index.ts index 5cd1db82da..5cd1db82da 100644 --- a/src/server/common/othello/ai/index.ts +++ b/src/common/othello/ai/index.ts diff --git a/src/server/common/othello/core.ts b/src/common/othello/core.ts index 217066d375..217066d375 100644 --- a/src/server/common/othello/core.ts +++ b/src/common/othello/core.ts diff --git a/src/server/common/othello/maps.ts b/src/common/othello/maps.ts index 68e5a446f1..68e5a446f1 100644 --- a/src/server/common/othello/maps.ts +++ b/src/common/othello/maps.ts diff --git a/src/server/common/user/get-acct.ts b/src/common/user/get-acct.ts index 9afb03d88b..9afb03d88b 100644 --- a/src/server/common/user/get-acct.ts +++ b/src/common/user/get-acct.ts diff --git a/src/server/common/user/get-summary.ts b/src/common/user/get-summary.ts index b314a5cefb..47592c86ba 100644 --- a/src/server/common/user/get-summary.ts +++ b/src/common/user/get-summary.ts @@ -1,4 +1,4 @@ -import { ILocalAccount, IUser } from '../../api/models/user'; +import { ILocalAccount, IUser } from '../../models/user'; import getAcct from './get-acct'; /** diff --git a/src/server/common/user/parse-acct.ts b/src/common/user/parse-acct.ts index ef1f55405d..ef1f55405d 100644 --- a/src/server/common/user/parse-acct.ts +++ b/src/common/user/parse-acct.ts |