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:
committed by
Daniel D’Aquino
parent
a31f6bce0e
commit
b8c664d354
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user