Sharing works again.
This commit is contained in:
parent
cc9b614c07
commit
281de7de24
7 changed files with 73 additions and 61 deletions
|
@ -37,7 +37,7 @@ function event_calculate_pow(ev) {
|
|||
* event in the manner of a chat.
|
||||
*/
|
||||
function event_can_reply(ev) {
|
||||
return ev.kind === KIND_NOTE || ev.kind === 42
|
||||
return ev.kind === KIND_NOTE; // || ev.kind === KIND_CHATROOM;
|
||||
}
|
||||
|
||||
/* event_is_timeline returns a boolean based on if the event should be rendered
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue