File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
namespace $ . $$ {
2
2
3
- $mol_tree
4
-
5
3
export class $piterjs_app extends $ . $piterjs_app {
6
4
7
5
@ $mol_mem
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $piterjs_intro $mol_view
2
2
title \PiterJS Вступление
3
3
meetup $piterjs_meetup
4
4
page?val \
5
- pages *
5
+ pages *$piterjs_intro_page
6
6
main <= Main $piterjs_intro_main meetup <= meetup
7
7
about <= About $piterjs_intro_page
8
8
title \Кто мы?
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ namespace $ {
88
88
joined_name ( id : $mol_int62_string , next ?: string ) {
89
89
$mol_wire_solid ( )
90
90
const secret = $mol_wire_sync ( this . peer_secret ( id ) ! )
91
- const salt = $mol_charset_encode ( this . id ( ) )
91
+ const salt = $mol_crypto_hash ( $ mol_charset_encode( this . id ( ) ) ) . slice ( 0 , 16 )
92
92
93
93
if ( next ) {
94
94
const closed = secret . encrypt ( $mol_charset_encode ( next ) , salt )
You can’t perform that action at this time.
0 commit comments