diff options
author | Brion Vibber <brion@pobox.com> | 2010-05-17 19:37:47 +0000 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-05-17 19:37:47 +0000 |
commit | e36df2921260a8970c81f2d729b121816be188e5 (patch) | |
tree | c7a09131a1fea0f40bed5a4ce92226b15a9e0b3d /plugins/Realtime/README | |
parent | 1999b836c0681c44171d849028fb2d5d0c3d01b8 (diff) |
Patch from g0: fix for conversation links in Realtime updates
Previously was using the reply-to URL, which didn't match with other displays.
Now sends to the right conversation page.
Diffstat (limited to 'plugins/Realtime/README')
-rw-r--r-- | plugins/Realtime/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Realtime/README b/plugins/Realtime/README index 524382696..99c79cfab 100644 --- a/plugins/Realtime/README +++ b/plugins/Realtime/README @@ -1,6 +1,5 @@ == TODO == * i18n -* Change in context URL to conversation (try not to construct the URL in JS) * Update mark behaviour (on notice send) * Pause, Send a notice ~ should not update counter * Pause ~ retain up to 50-100 most recent notices |