aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/facebook
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-03-11 21:23:29 -0400
committerGitHub <noreply@github.com>2018-03-11 21:23:29 -0400
commitee4f2eab359b83618d314ded2fa3d442c280bbfa (patch)
treeecd1e2bbbc6eb3728a7fc99394d06dfb4f008f57 /app/src/main/kotlin/com/pitchedapps/frost/facebook
parentfe51373f5a95323d64f6d966888a2c6c62a36deb (diff)
downloadfrost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.tar.gz
frost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.tar.bz2
frost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.zip
Enhancement/auto refresh (#780)
* Add auto refresh * Update changelog * Clean url queries * Do not discard h
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/facebook')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/facebook/FbUrlFormatter.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbUrlFormatter.kt b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbUrlFormatter.kt
index cbb6087a..4386d0c9 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbUrlFormatter.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/facebook/FbUrlFormatter.kt
@@ -103,7 +103,7 @@ class FbUrlFormatter(url: String) {
val misc = arrayOf("&amp;" to "&")
- val discardableQueries = arrayOf("ref", "refid")
+ val discardableQueries = arrayOf("ref", "refid", "acontext", "SharedWith")
val converter = listOf(
"\\3C " to "%3C", "\\3E " to "%3E", "\\23 " to "%23", "\\25 " to "%25",