]> Untitled Git - lemmy.git/blobdiff - crates/api/src/lib.rs
Remove categories (fixes #1429)
[lemmy.git] / crates / api / src / lib.rs
index 7f6fcb02973d303caf5011db62c898efa3f28a45..5642c4b9c7a31f0a9a744af2ac70e8a974a2062d 100644 (file)
@@ -298,9 +298,6 @@ pub async fn match_websocket_operation(
     UserOperation::TransferSite => {
       do_websocket_operation::<TransferSite>(context, id, op, data).await
     }
-    UserOperation::ListCategories => {
-      do_websocket_operation::<ListCategories>(context, id, op, data).await
-    }
 
     // Community ops
     UserOperation::GetCommunity => {