Files
zulip/static/js
Steve Howell c256b1663e local echo: Extract message_store.reify_message_id().
We no longer do the message_store piece of reifying ids
via a trigger.  We now make an explicit call to an
ordinary function.

This has several benefits:
    - no more initialize() function
    - no more scary comments about garbage collection
    - the function has a real name now
    - the function is less indented
    - we can easily see when the message_store step happens
    - simpler node tests
    - simpler tracebacks (no jQuery cruft)
2017-07-21 11:38:25 -07:00
..
2017-06-30 09:48:04 -04:00
2017-04-21 21:59:22 -07:00
2017-05-16 23:34:45 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-07-04 13:54:33 -07:00