Sharing works again.

This commit is contained in:
Thomas Mathews 2022-12-27 22:12:53 -08:00
parent cc9b614c07
commit 281de7de24
7 changed files with 73 additions and 61 deletions

View file

@ -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