Replace references to "link" by "post"

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-06-22 21:52:34 -04:00
parent b70253ec48
commit f649216b9d
15 changed files with 191 additions and 221 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func (t *Timestamp) MarshalJSON() ([]byte, error) {
func (t *Timestamp) UnmarshalJSON(data []byte) (err error) {
str := string(data)
// "edited" for comments and links is either false, or a timestamp
// "edited" for posts and comments is either false, or a timestamp.
if str == "false" {
return
}