add missing fedi url format
This commit is contained in:
@@ -721,6 +721,7 @@ public class UiUtils{
|
|||||||
it.matches("^/p/\\w+/\\d+$") ||
|
it.matches("^/p/\\w+/\\d+$") ||
|
||||||
it.matches("^/\\w+$") ||
|
it.matches("^/\\w+$") ||
|
||||||
it.matches("^/@[^/]+/statuses/[a-zA-Z0-9]+$") ||
|
it.matches("^/@[^/]+/statuses/[a-zA-Z0-9]+$") ||
|
||||||
|
it.matches("^/users/[^/]+/statuses/[a-zA-Z0-9]+$") ||
|
||||||
it.matches("^/o/[a-f0-9]+$");
|
it.matches("^/o/[a-f0-9]+$");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user