This website works better with JavaScript.
Home
Help
Register
Sign In
darthmama
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
312
Wiki
Activity
Browse Source
adding events for all messages
short_term_is_own_key_branch
Release_2.1.0-RC33
Volker Birk
2 years ago
parent
b32fbac284
commit
38ebf41768
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
sync/gen_statemachine.ysl2
+ 1
- 1
sync/gen_statemachine.ysl2
View File
@ -1349,7 +1349,7 @@ tstylesheet {
case Init:
return "Init";
||
for "func:distinctName(state/event[not(@name='Init')])" {
for "func:distinctName(state/event[not(@name='Init')]
|message
)" {
|>> case «@name»:
|>>> return "«@name»";
}
Write
Preview
Loading…
Cancel
Save