Skip to content

Commit d6d5223

Browse files
mschristensenVeskeR
authored andcommitted
liveobjects: objects message excluded from storage
/docs/liveobjects added in #2464
1 parent a81a056 commit d6d5223

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/channels/options/rewind.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If the attachment is successful, and one or more messages exist on the channel p
4141
Any @rewind@ value that cannot be parsed either as a number or a time specifier will cause the attachment request to fail and return an error.
4242

4343
<aside data-type='note'>
44-
<p>If you have enabled the "persist last message":/docs/storage-history/storage#persist-last-message channel rule on a channel, you can attach with @rewind=1@ to retrieve the last message. Only the last message published can be stored for up to a year, and persist last message doesn't apply to presence messages.</p>
44+
<p>If you have enabled the "persist last message":/docs/storage-history/storage#persist-last-message channel rule on a channel, you can attach with @rewind=1@ to retrieve the last message. Only the last message published can be stored for up to a year, and persist last message doesn't apply to presence or object messages.</p>
4545
</aside>
4646

4747
The following example subscribes to a channel and retrieves the most recent message sent on it, if available:

content/storage-history/storage.textile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ The following diagram illustrates the default persistence of messages:
1717

1818
h2(#all-message-persistence). Persist all messages
1919

20-
If you need to retain messages for longer than the default two minutes you can enable persisted history by setting a "channel rule":/docs/channels#rules. When persisted history is enabled for a channel any messages will be stored on disk. The time that messages will be stored for depends on your account package:
20+
If you need to retain messages for longer than the default two minutes you can enable persisted history by setting a "channel rule":/docs/channels#rules. When persisted history is enabled for a channel any messages will be stored on disk. Note that this does not apply to "object messages":/docs/liveobjects.
21+
22+
The time that messages will be stored for depends on your account package:
2123

2224
|_. Package |_. Minimum |_. Maximum |
2325
| Free | 24 hours | 24 hours |
@@ -36,7 +38,7 @@ Note that every message that is persisted to, or retrieved from, disk counts as
3638

3739
h2(#persist-last-message). Persist last message - 365 days
3840

39-
You can persist just the last message sent to a channel for one year by setting a "channel rule":/docs/channels#rules. Note that this does not apply to "presence messages":/docs/presence-occupancy/presence.
41+
You can persist just the last message sent to a channel for one year by setting a "channel rule":/docs/channels#rules. Note that this does not apply to "presence messages":/docs/presence-occupancy/presence or "object messages":/docs/liveobjects.
4042

4143
Messages persisted for a year can be retrieved using the "rewind channel option":/docs/channels/options/rewind, or from the REST history API using "certain parameters":/docs/storage-history/history#channel-parameters.
4244

0 commit comments

Comments
 (0)