From 407ca8df6284ce1a4c649b018c7326fd195bbd26 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 13 Sep 2024 22:30:02 -0400 Subject: Support Last-Event-Id as a method of resuming channel events after a disconnect --- src/channel/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/channel/mod.rs') diff --git a/src/channel/mod.rs b/src/channel/mod.rs index f67ea04..bc2cc6c 100644 --- a/src/channel/mod.rs +++ b/src/channel/mod.rs @@ -1,4 +1,5 @@ pub mod app; +mod header; pub mod repo; mod routes; -- cgit v1.2.3