Add flag titles from archived posts
This commit is contained in:
parent
34ff1972ca
commit
0a633707c6
@ -3617,6 +3617,7 @@
|
||||
email: encodeURIComponent(data.email),
|
||||
subject: data.title_processed,
|
||||
flagCode: data.poster_country,
|
||||
flagName: data.poster_country_name_processed,
|
||||
date: data.fourchan_date,
|
||||
dateUTC: data.timestamp,
|
||||
comment: comment
|
||||
|
||||
@ -2842,7 +2842,7 @@ Get =
|
||||
email: encodeURIComponent data.email
|
||||
subject: data.title_processed
|
||||
flagCode: data.poster_country
|
||||
# XXX flagName: data.???_processed
|
||||
flagName: data.poster_country_name_processed
|
||||
date: data.fourchan_date
|
||||
dateUTC: data.timestamp
|
||||
comment: comment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user