From 5672aaf7c1beed18a923d599134c93e88d11e675 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Fri, 17 Sep 2021 10:53:58 +0200 Subject: [PATCH] Update Documentation.md --- resources/docs/Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index fd9f614a3..c7e801394 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -123,7 +123,7 @@ Here is the reference of methods and properties of some types available in your | `String url` | URL of the message. | | `String author` | Author of the message. | | `String contents` | Contents of the message. | -| `String rawContents` | This is RAW contents of the message as it was obtained from remote service/feed. You can expect raw `XML` or `JSON` element data here. Note that this attribute has some value only if `alreadyStoredInDb` returns `false`. In other words, this attribute is not persistently stored inside RSS Guard's DB. Also, this attribute is artificially filled with ATOM-like data when testing the filter. | +| `String rawContents` | This is RAW contents of the message as it was obtained from remote service/feed. You can expect raw `XML` or `JSON` element data here. Note that this attribute has some value only if `runningFilterWhenFetching` returns `true`. In other words, this attribute is not persistently stored inside RSS Guard's DB. Also, this attribute is artificially filled with ATOM-like data when testing the filter. | | `Number score` | Arbitrary number in range <0.0, 100.0>. You can use this number to sort messages in a custom fashion as this attribute also has its own column in messages list. | | `Date created` | Date/time of the message. | | `Boolean isRead` | Is message read? |