This commit is contained in:
2019-11-18 15:13:51 +09:00
parent ab81556651
commit 9e62774eb4
20 changed files with 89 additions and 89 deletions

View File

@ -109,7 +109,7 @@ func (thread *Thread) TitleByUser(user *User) string {
}
// GetThread ...
func GetThread(id string) (*Thread, error) {
func GetThread(id ThreadID) (*Thread, error) {
obj, err := DB.Get("Thread", id)
if err != nil {