updated rules about self artwork
This commit is contained in:
@@ -1377,12 +1377,11 @@ class Post < ActiveRecord::Base
|
||||
def notify_pubsub
|
||||
return unless Danbooru.config.google_api_project
|
||||
|
||||
require 'google/apis/pubsub_v1'
|
||||
pubsub = Google::Apis::PubsubV1::PubsubService.new
|
||||
pubsub.authorization = Google::Auth.get_application_default([Google::Apis::PubsubV1::AUTH_PUBSUB])
|
||||
topic = "projects/#{Danbooru.config.google_api_project}/topics/post_updates"
|
||||
request = Google::Apis::PubsubV1::PublishRequest.new(messages: [])
|
||||
request.messages << Google::Apis::PubsubV1::Message.new(data: id.to_s)
|
||||
request.messages << Google::Apis::PubsubV1::Message.new(data: "1")
|
||||
pubsub.publish_topic(topic, request)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
<li>Western: Drawings of characters from non-Japanese comics, games, and other properties.</li>
|
||||
<li>Furry: Any explicit image where a person's skin is made of fur or scales.</li>
|
||||
<li>Grotesque: Any depiction of extreme mutilation, extreme bodily distension, feces, or bodies that are far outside the realm of normal human proportion (for example, breasts that are larger than three heads in size or penises that are larger than two heads in size).</li>
|
||||
<li>Self Artwork: You can upload your own artwork but be aware that Danbooru is not a place to expect positive reinforcement. Your uploads will be subject to the same standards as everything else and may be flagged, downvoted, or even deleted. If you don't want to risk experiencing these things then don't upload your art.</li>
|
||||
</ul>
|
||||
|
||||
<p>The following may be uploaded but are generally not recommended unless a better copy cannot be found:</p>
|
||||
@@ -64,7 +65,7 @@
|
||||
<h4>Recent Changes</h4>
|
||||
|
||||
<ul>
|
||||
<li><strong>2.105.0</strong>: Explicit provision about Western art; Limit restricted posts to 20 per day</li>
|
||||
<li><strong>2.105.0</strong>: Explicit provision about Western art; Limit restricted posts to 20 per day; Added rule about self-artwork</li>
|
||||
<li><strong>2.89.0</strong>: You can now post up to two comments an hour</li>
|
||||
<li><strong>2.89.0</strong>: You can now upload furry and grotesque art, but it will be subject to higher standards, and they must be tagged appropriately</li>
|
||||
<li><strong>2.89.0</strong>: You can now upload watermarked, poorly compressed, and nude filter images, but they are discouraged and the original uncompressed artwork is preferred</li>
|
||||
|
||||
Reference in New Issue
Block a user