Make unfavouriting async to prevent timeout errors from leaving orphaned records behind
This commit is contained in:
parent
6b67b55cee
commit
0542773bca
3 changed files with 15 additions and 2 deletions
|
@ -11,4 +11,4 @@ node(:provider_url) { root_url }
|
|||
node(:cache_age) { 86_400 }
|
||||
node(:html) { |entry| "<iframe src=\"#{embed_account_stream_entry_url(entry.account, entry)}\" style=\"width: 100%; overflow: hidden\" frameborder=\"0\" width=\"#{@width}\" height=\"#{@height}\" scrolling=\"no\"></iframe>" }
|
||||
node(:width) { @width }
|
||||
node(:height) { nil }
|
||||
node(:height) { @height }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue