Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion secure_line/app/channels.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""LineApp mixin: joining/creating a channel (with an optional shared
"""SecureLineApp mixin: joining/creating a channel (with an optional shared
password), switching the chat pane into a channel, and leaving/deleting
one -- only the local creator of a channel gets a delete button; everyone
else only ever sees leave. See node/channels.py for the trust model
Expand Down
Loading