diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-09-13 22:30:02 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-09-13 23:12:31 -0400 |
| commit | 407ca8df6284ce1a4c649b018c7326fd195bbd26 (patch) | |
| tree | 876091c17efbd765a4c7ef339548c0ff4dfb96d5 /src/channel/mod.rs | |
| parent | 388a3d5a925aef7ff39339454ae0d720e05f038e (diff) | |
Support Last-Event-Id as a method of resuming channel events after a disconnect
Diffstat (limited to 'src/channel/mod.rs')
| -rw-r--r-- | src/channel/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
