summary refs log tree commit diff
path: root/jsfiddles/example_app/demo.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-16Construct the EventContext in the state handler rather than constructing one ↵Mark Haines6-59/+50
and then immediately calling state_handler.annotate_context_with_state
2014-12-16clean up coding style a bitMark Haines8-26/+26
2014-12-16Remove annotate_event_with_state as nothing was using it. Update state tests ↵Mark Haines2-135/+39
to call annotate_context_with_state
2014-12-16Fix pyflakesErik Johnston1-2/+0
2014-12-16Remove FrozenEncoderErik Johnston1-8/+0
2014-12-16Better english in docstrings are helpful.Erik Johnston1-2/+2
2014-12-16Update upgrade scriptErik Johnston2-3/+12
2014-12-16Persist internal_metadataErik Johnston4-5/+13
2014-12-16Add basic docstring to annotate_context_with_stateErik Johnston1-0/+11
2014-12-16Kill off synapse.api.events.*Erik Johnston26-925/+74
2014-12-16Add fixme to raisi