about summary refs log tree commit diff
path: root/BugMine.Sdk/Events/Timeline/BugMineIssueComment.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BugMine.Sdk/Events/Timeline/BugMineIssueComment.cs')
-rw-r--r--BugMine.Sdk/Events/Timeline/BugMineIssueComment.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/BugMine.Sdk/Events/Timeline/BugMineIssueComment.cs b/BugMine.Sdk/Events/Timeline/BugMineIssueComment.cs
index 50c73a1..782439a 100644
--- a/BugMine.Sdk/Events/Timeline/BugMineIssueComment.cs
+++ b/BugMine.Sdk/Events/Timeline/BugMineIssueComment.cs
@@ -1,10 +1,10 @@
 using LibMatrix.EventTypes;
 
-namespace BugMine.Web.Classes;
+namespace BugMine.Sdk.Events.Timeline;
 
 [MatrixEvent(EventName = EventId)]
 public class BugMineIssueComment : TimelineEventContent {
-    public const string EventId = "gay.rory.bugmine.comment";
+    public const string EventId = "gay.rory.bugmine.issue.comment";
     public string Comment { get; set; }
     public string Author { get; set; }
     public DateTime Timestamp { get; set; }