DEV: Remove unused variable topic_tracking_state (#9915)

This commit is contained in:
Mark VanLandingham 2020-05-29 09:47:25 -05:00 committed by GitHub
parent 28f46c171c
commit 94cb5ab172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ class TopicTrackingState
include ActiveModel::SerializerSupport
CHANNEL = "/user-tracking"
UNREAD_MESSAGE_TYPE = "unread"
LATEST_MESSAGE_TYPE = "latest"
MUTED_MESSAGE_TYPE = "muted"