Improved group interface

This commit is contained in:
2018-03-07 01:08:47 +01:00
parent 621155bfcc
commit 999323f850
5 changed files with 28 additions and 16 deletions

View File

@ -73,6 +73,11 @@ export function forumReply(arn: AnimeNotifier) {
.catch(err => arn.statusMessage.showError(err))
}
// Group post
export function newGroupPost(arn: AnimeNotifier) {
// TODO: ...
}
// Create thread
export function createThread(arn: AnimeNotifier) {
let title = arn.app.find("title") as HTMLInputElement