From 1c0b03492c7df1677ddc48d47b47eacfc0f41cb8 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 2 Jul 2019 00:08:35 -0700 Subject: Make pymk dependent, resolves #1447 --- app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt index 8ad0d432..0574aeae 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt @@ -327,6 +327,10 @@ val dependentSegments = arrayOf( * Editing images */ "/confirmation/?", + /** + * Remove entry from "people you may know" + */ + "/pymk/xout/", /* * Facebook messages have the following cases for the tid query * mid* or id* for newer threads, which can be launched in new windows -- cgit v1.2.3