Skip to content
Snippets Groups Projects
Commit 7f27c574 authored by David Noah Donges's avatar David Noah Donges
Browse files

Merge branch '44-comment-creation-participant-model' into 'master'

Resolve "comment creation - participant model"

Closes #44

See merge request swtp-block-ws17/arsnova-angular-frontend!26
parents 3c0ed974 65f8edaf
No related merge requests found
export class Comment {
id: string;
roomId: string;
revision: string;
subject: string;
body: string;
read: boolean;
creationTimestamp: Date;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment