From 7d54e0b8b7ca84488fdcba90c68169a85b4d45c6 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 5 May 2021 16:18:33 +0800 Subject: refactor: ... --- BackEnd/Timeline/ErrorCodes.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BackEnd/Timeline/ErrorCodes.cs') diff --git a/BackEnd/Timeline/ErrorCodes.cs b/BackEnd/Timeline/ErrorCodes.cs index 79054a6f..be532c0c 100644 --- a/BackEnd/Timeline/ErrorCodes.cs +++ b/BackEnd/Timeline/ErrorCodes.cs @@ -43,6 +43,8 @@ public const int Timeline = 2_001_00_02; public const int TimelinePost = 2_001_00_03; public const int TimelinePostData = 2_001_00_04; + public const int BookmarkTimeline = 2_001_00_05; + public const int HighlightTimeline = 2_001_00_06; } public static class Conflict @@ -52,6 +54,8 @@ public const int Timeline = 2_002_00_02; public const int TimelinePost = 2_002_00_03; public const int TimelinePostData = 2_002_00_04; + public const int BookmarkTimeline = 2_002_00_05; + public const int HighlightTimeline = 2_002_00_06; } public static class TokenController -- cgit v1.2.3