Damus Live

This PR adds Live Streaming and Live Chat to Damus via Damus Labs.

Changelog-Added: Added live stream timeline
Changelog-Added: Added live chat timeline
Changelog-Added: Added ability to create live chat event
Changelog-Added: Damus Labs Toggle

Signed-off-by: ericholguin <ericholguin@apache.org>
This commit is contained in:
ericholguin
2025-11-06 17:36:04 -07:00
committed by Daniel D’Aquino
parent a31f6bce0e
commit b8c664d354
39 changed files with 1793 additions and 92 deletions

View File

@@ -387,7 +387,7 @@ class NdbNote: Codable, Equatable, Hashable {
extension NdbNote {
var is_textlike: Bool {
switch known_kind {
case .text, .chat, .longform, .highlight:
case .text, .chat, .longform, .highlight, .live, .live_chat:
true
default:
false