From 33d32585b1b7232c764e8cb8629a33076902c882 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 7 May 2014 16:51:14 -0400 Subject: Add mention, read/unread support of issue tracker --- models/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/models.go') diff --git a/models/models.go b/models/models.go index d7f36299..02141b7a 100644 --- a/models/models.go +++ b/models/models.go @@ -34,7 +34,7 @@ var ( func init() { tables = append(tables, new(User), new(PublicKey), new(Repository), new(Watch), new(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow), - new(Mirror), new(Release), new(LoginSource), new(Webhook), new(IssseUser)) + new(Mirror), new(Release), new(LoginSource), new(Webhook), new(IssueUser)) } func LoadModelsConfig() { -- cgit v1.2.3