clarkwinkelmann I see the gavel symbol only in the screenshot the user sent me. I don't see the symbol when I view the forum myself. Furthermore, the Approval extension has always been disabled. When I inspect the database, there seem to be no posts or discussions awaiting approval:
MariaDB [flarum_db]> select is_approved, count(*) from posts group by is_approved;
+-------------+----------+
| is_approved | count(*) |
+-------------+----------+
| 1 | 342 |
+-------------+----------+
1 row in set (0.001 sec)
MariaDB [flarum_db]> select is_approved, count(*) from discussions group by is_approved;
+-------------+----------+
| is_approved | count(*) |
+-------------+----------+
| 1 | 64 |
+-------------+----------+
1 row in set (0.001 sec)
FWIW, the user sent me his report just after I had upgraded from 0.1.0-beta.13 to 0.1.0-beta.14 and then 0.1.0-beta.15.